- Posts: 3
- Thank you received: 0
The Full Story style
-
apolin18
Inactive member - Topic Author
- New Member
Less
More
13 years 6 months ago #8593
by apolin18
The Full Story style was created by apolin18
Hi,
on my website, www.liberaljewishthought.com , the words "full story" is not aligned correctly. It's not centered. the "y" in story is touching the right border while the "F" in full has proper spacing. How do I change that? Andrew
on my website, www.liberaljewishthought.com , the words "full story" is not aligned correctly. It's not centered. the "y" in story is touching the right border while the "F" in full has proper spacing. How do I change that? Andrew
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8607
by ivan.milic
Replied by ivan.milic on topic Re: The Full Story style
Hi in metal.css
find:
a.readon:link, a.readon:visited {
background: #C8C8C8;
border: 1px solid #727272;
color: #121212;
}
and add padding: 0 3px;
a.readon:link, a.readon:visited {
background: #C8C8C8;
border: 1px solid #727272;
color: #121212;
padding: 0 3px;
}
find:
a.readon:link, a.readon:visited {
background: #C8C8C8;
border: 1px solid #727272;
color: #121212;
}
and add padding: 0 3px;
a.readon:link, a.readon:visited {
background: #C8C8C8;
border: 1px solid #727272;
color: #121212;
padding: 0 3px;
}
The following user(s) said Thank You: apolin18
Please Log in to join the conversation.
-
apolin18
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 6 months ago #8618
by apolin18
Replied by apolin18 on topic Re: The Full Story style
Thank you. When I look at the demo site of the news flash it has a different style entirely for full story without the grey box. How do you get that look. Thank you.
Andrew
Andrew
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8636
by ivan.milic
Replied by ivan.milic on topic Re: The Full Story style
Hi,
you can turn off read more button from module parameters. It will display image and what you put in info text.
you can turn off read more button from module parameters. It will display image and what you put in info text.
Please Log in to join the conversation.
-
apolin18
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
13 years 6 months ago #8646
by apolin18
Replied by apolin18 on topic Re: The Full Story style
But how do you the words to be linkable as you have in your demo which doesn't have the grey box. Thanks. Andrew
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #8654
by ivan.milic
Replied by ivan.milic on topic Re: The Full Story style
Hi,
in example "Full story" is link , and that is in fact "read more" button.
This is it's rendered html:
<a href="#" class="readon">Full story</a>
in our template it does not nave background-color and border like in yours.
So then you will need to to use readon class in css to provide overides so you can get that look's
.readon{
border:none;
background:none;
color:...
.
.
.
}
in example "Full story" is link , and that is in fact "read more" button.
This is it's rendered html:
<a href="#" class="readon">Full story</a>
in our template it does not nave background-color and border like in yours.
So then you will need to to use readon class in css to provide overides so you can get that look's
.readon{
border:none;
background:none;
color:...
.
.
.
}
Please Log in to join the conversation.
Time to create page: 0.144 seconds