Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #268557

    Enfold demo page theme´s logo slider looks good both on desktops and mobile devices. However, my version switches the ” logo tiles” to vertical formation (I guess iphone etc. friendly) before the site goes to responsive mode so the logo slider only takes up 50% of the page width on my site.
    This can be seen on ipad using it in vertical view or by resizing the webbrowser width on desktops.
    It all looks good on very small screens like vertical on my iphone.

    What can I do to fix this? Perhaps some extra css code?

    • This topic was modified 9 years, 12 months ago by Peter.
    #268558
    This reply has been marked as private.
    #268562

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 990px) and (min-width: 768px) {
    #top .no_margin.av_one_fourth {
    width: 50%;
    }}

    Cheers!
    Yigit

    #268571

    Awesome :)

    Thanks Yigit!

    #268574

    Hi!

    You are welcome, glad we could help :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo slider problem on responsive view’ is closed to new replies.