Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • miku Friend
    #200321

    In module “We Love our Customers” are now 5 logotypes in one row. How can I make be there 6 of them (in same row)?

    chavan Friend
    #545033

    yes you can make it add another extra

    <a class="ja-client ja-animate" href="#" data-animation="pop-up" data-delay="1200"><img src="/images/joomlart/clients/logo-5.png" border="0" alt="" /></a>

    miku Friend
    #545037

    In this case 6th logo goes to second row, but I want to have it all in single row.

    Pankaj Sharma Moderator
    #545040

    Add this css code in your custom.css file
    template/JAsugit/css/custom.css if there is no custom.css create a new file name custom.css and add this code

    @media screen and (min-width:768px){.ja-client{width: 15%;}}

    it will create more space to add more logo .
    adjust the value of width as per your need .

    Clear cache and check

    chavan Friend
    #545042

    Go to this File: /templates/ja_sugite/css/template.css

    Replace this code

    @media screen and (min-width: 768px) { .ja-client { width: 20%; } }

    with

    @media screen and (min-width: 768px) { .ja-client { width: 16%; } }

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

This topic contains 5 replies, has 3 voices, and was last updated by  chavan 9 years, 9 months ago.

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