Readmore from <div> to <span>?
- easistudio
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 123
- Thank you received: 5
3 years 10 months ago #60469
by easistudio
Readmore from <div> to <span>? was created by easistudio
I simply want to change the "Readmore.." from being enclosed in a <div> to a <span> instead.
The reason for this is I want to put the "Readmore" on the last line of the introtext but I can't figure out which I file I should be editing?
The reason for this is I want to put the "Readmore" on the last line of the introtext but I can't figure out which I file I should be editing?
Please Log in or Create an account to join the conversation.
3 years 10 months ago #60470
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Readmore from <div> to <span>?
Hi
this is useless as you can modify its behavior using the "display" css property
CEd
this is useless as you can modify its behavior using the "display" css property
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- easistudio
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 123
- Thank you received: 5
3 years 10 months ago - 3 years 10 months ago #60473
by easistudio
Replied by easistudio on topic Readmore from <div> to <span>?
Yes. Someone has just introduced me to the following:
Seems CSS has really come a long way.
Code:
.items-intro .tck-readmore
{
display: initial;
}
.items-intro .tck-readmore a
{
padding: 0;
margin: 0;
}
Seems CSS has really come a long way.
Last edit: 3 years 10 months ago by easistudio. Reason: Edited as pasted in wrong CSS.
Please Log in or Create an account to join the conversation.
Time to create page: 0.195 seconds