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?
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
Awesome :)
Thanks Yigit!