Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #799832

    Hi Enfold Support,
    You guys are doing a great job. Thanks for all your help and awesome support for the Enfold theme. :)

    Hey, quick question… how can i center the partner logos in the partner logo slider element if there are 7 columns but only 13 logos? For example in the first slide 7 partner logos will appear but in the second only 6 will. We’d like to have the slide with 6 be centered instead of having an empty slot where the 7th column is.

    Is this possible?

    Thanks!

    #799848

    Hey Eric,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    #top .avia-logo-element-container .slide-entry-wrap {
        text-align: center;
    }
    
    #top .avia-logo-element-container .slide-entry {
        float: none;
        display: inline-block;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #801811

    Hi Nikko,
    Worked great thank you!
    -E

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.