-
AuthorPosts
-
shultman Friend
shultman
- Join date:
- September 2006
- Posts:
- 56
- Downloads:
- 118
- Uploads:
- 3
- Thanks:
- 18
- Thanked:
- 6 times in 1 posts
February 13, 2009 at 2:04 pm #138092When using image align Left and the image is higher than the text, the Read more button is hidden behind the image. see http://www.molkomstidning.se or attached screenshot.
I am using Joomla´s standard frontpage.
Any idea how to correct this problem is highly appreciated.
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
February 14, 2009 at 12:36 am #291266open template.css line 368 and find…
a.readon {
background:#CC0000 url(../images/readon-bg.gif) no-repeat scroll left center;
color:#FFFFFF;
display:block;
font-size:10px;
height:20px;
line-height:20px;
text-align:center;
text-transform:uppercase;
width:90px;
}
and change to…
a.readon {
background:#CC0000 url(../images/readon-bg.gif) no-repeat scroll left center;
color:#FFFFFF;
display:block;
font-size:10px;
height:20px;
line-height:20px;
text-align:center;
text-transform:uppercase;
width:90px;
clear:both;
}
1 user says Thank You to scotty for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by scotty 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Image covers Read more button on Joomla frontpage
Viewing 2 posts - 1 through 2 (of 2 total)