Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • gotham Friend
    #129448

    Just installed the Edenite template. joomla 1.5.

    custom html modules in the RIGHT position stack properly in firefox, but attempt to appear side by side in IE7. Of course, there is no room for that behavior.

    http://www.siteground179.com/~autis7/15joom/

    Thank you in advance for your help, sorry if I missed this issue while searching the forum.

    Sherlock Friend
    #252606

    Hi gotham !
    You open template.css file in templates/ja_edenite/css folder, find following code section at about line 1293 :


    div.moduletable, div.moduletable_menu, div.moduletable_text, div.moduletable_hilite {
    float:left;
    margin:0pt;
    padding:0pt 10px 10px;
    }

    change to :


    div.moduletable, div.moduletable_menu, div.moduletable_text, div.moduletable_hilite {
    float:left;
    margin:0pt;
    padding:0pt 10px 10px;
    }

    gotham Friend
    #252608

    Solved! Thank you for your help.

    gotham Friend
    #252614

    NOT SOLVED!!
    I see there is now a problem with my module titles in the left position.

    Sherlock Friend
    #252622

    Please try to change above code section to :


    div.moduletable, div.moduletable_menu, div.moduletable_text, div.moduletable_hilite {
    float:left;
    margin:0pt;
    padding:0pt 10px 10px;
    width:100%;
    }

    gotham Friend
    #252683

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  gotham 16 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum