Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • tgtff Friend
    #144638

    I am trying to centre the images that are presented in the JA-Slideshow position. My website is here: http://www.greenitstrategy.com. You can see the banner is positioned left but I actually want to center the banners.

    Any ideas?

    thanks,

    Anonymous Moderator
    #318868

    Hi

    Please open templates/ja_topaz/css/template.css file, at about line 1309, find following code:


    #ja-slideshow {
    float:left;
    margin:0;
    padding:0;
    }

    and change to:


    #ja-slideshow {
    margin:0;
    padding:0;
    }

    tgtff Friend
    #318881

    Thanks for your reply.

    I remove the float line, however this hasn’t worked?

    Anonymous Moderator
    #319556

    Hi tgtff

    Open modules/mod_bannerslider/tmpl/mod_bannerslider.css file, find following code:

    .mod_bannerslider {
    position: relative;
    overflow: hidden;
    }

    and change to:

    .mod_bannerslider {
    position: relative;
    overflow: hidden;
    text-align: center;
    }

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

This topic contains 4 replies, has 2 voices, and was last updated by Anonymous 14 years, 7 months ago.

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