Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • xxxxmints Friend
    #186756

    Hi,

    I only have 3 partners, can you please tell me how I center in the page. At the moment they are aligned on the left.

    Mel

    andrescala Friend
    #490006

    Same question here.
    Thanks

    kywong85 Friend
    #490045

    I need to know this as well… Kindly advise. Tq.

    Ninja Lead Moderator
    #490050

    You can use this way as following

    + Go to Admin -> Module Manager -> find Partners custom html module

    From


    <div class="span2"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-1.png" border="0" alt="Sample clients" /></a></div>
    <div class="span2"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-2.png" border="0" alt="Sample clients" /></a></div>
    <div class="span2"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-3.png" border="0" alt="Sample clients" /></a></div>
    <div class="span2"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-4.png" border="0" alt="Sample clients" /></a></div>
    <div class="span2"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-5.png" border="0" alt="Sample clients" /></a></div>
    <div class="span2"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-6.png" border="0" alt="Sample clients" /></a></div>

    Change to


    <div class="span4"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-1.png" border="0" alt="Sample clients" /></a></div>
    <div class="span4"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-2.png" border="0" alt="Sample clients" /></a></div>
    <div class="span4"><a href="#" title="Sample link"><img class="img-grayscale" src="images/joomlart/demo/logo-3.png" border="0" alt="Sample clients" /></a></div>

    kywong85 Friend
    #490110

    Hi Ninja,

    It look great for Desktop view but not for Mobile view.


    1. Untitled-2
    Ninja Lead Moderator
    #490271

    With mobile layout you can fix it by css

    Open templates/ja_onepage/css/custom.css file

    add new script

    @media (max-width: 767px) {
    .partners .span4 {
    float: left !important;
    width: 33% !important;
    margin-bottom: 20px;
    margin-left: 0px;
    }
    }

    kywong85 Friend
    #490295

    Hi Ninja,

    It’s works. Thanks for your help.

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

This topic contains 7 replies, has 4 voices, and was last updated by  kywong85 11 years, 7 months ago.

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