Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • temcall Friend
    #165985

    I’m trying to make the module on the right upper side of the page next to the slider the same height as the slider (fixed). I’ve tried making and applying a class suffix but I can’t seem to make it work. I’d appreciate any assistance.

    Sherlock Friend
    #400037

    Hi friend
    Please open /templates/ja_anion/css/template.css, line 847


    div.fixedheight1 {
    height: 253px !important; //if this rule is passed last, you probably dont need it to be important...
    }

    Change to


    div.fixedheight1 {
    height: 300px !important; //if this rule is passed last, you probably dont need it to be important...
    }
    div.fixedheight1 .fixedheight1{
    height:auto;
    }

    Regards

    temcall Friend
    #400160

    Thank you very much! Worked perfectly. Next step for me…CSS class!! LOL

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

This topic contains 3 replies, has 2 voices, and was last updated by  temcall 13 years, 4 months ago.

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