Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • shultman Friend
    #138092

    When 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.


    1. readmore
    scotty Friend
    #291266

    open 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;
    }

Viewing 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