Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • ascent_hosting Friend
    #142970

    By default banner images published in the right sidebar are aligned (floated?) left by default. I would prefer they are aligned center if possible.

    What CSS modifications to JA_Rutile wouldbe needed to align banner images to the center no matter their dimensions?

    mihirc Friend
    #312060

    Hello,

    Can you post a link? so that I can tell you exactly where you need to do the css changes…

    Regards,
    Mihir Chhatre.

    ascent_hosting Friend
    #312061

    qcpca.org.au

    prakash Friend
    #312063

    in JA Rulite the banners are by default set to center – only problem occurs is if you have IE8 then the banner shows more towards the left. For this u can put the IE8 – IE7 compatibility fix in index.php

    ascent_hosting Friend
    #312066

    I’m on Firefox 3.5 Mac and the banners still show to left.

    Also pretty sure I have the IE8 fix in place.

    Thanks tho.

    mihirc Friend
    #312067

    Hello,

    Open your template.css file.

    add this code to it.

    div.banneritem_text{
    text-align:center;
    }

    This should align the photographs to the center. If you want to make only 1 module then add a module class suffix, and change the css name there.

    Regards,
    Mihir Chhatre.

    prakash Friend
    #312068

    ok…after u posted the link…i checked it..u are placing the banner is another module position…

    hence you need to do this..

    open the template.css file and find this

    div.advs {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    }

    change that to

    div.advs {
    clear: both;
    display: block;
    text-align:center;
    width: 100%;
    }

    ascent_hosting Friend
    #312071

    Thank you all for the superquck replies.

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

This topic contains 8 replies, has 3 voices, and was last updated by  ascent_hosting 15 years, 4 months ago.

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