adding Document links behave strange

GK User
Thu Jan 05, 2012 10:29 pm
I use JCE editor and file manager in this developing web, and I have a strange behavior on listing:
the second line push in like a tab.

http://cpanel1.proisp.no/~medisfao/inde ... ly-reports

any idea why ?
User avatar
Senior Boarder

GK User
Fri Jan 06, 2012 5:54 am
The problem seems to be caused by this...

Line 45ish of this file http://yourdomain/templates/gk_myfolio/css/joomla.css
Code: Select all
.articleContent img, .feed-item-description img {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
}


If you temporarily comment out the margin line each new line should align fully left.

You could fix it by creating a new class for your pdf list/links in your override file which would allow you to restyle them.
User avatar
Expert Boarder

GK User
Fri Jan 06, 2012 8:42 am
thanks. That solved it.
User avatar
Senior Boarder


cron