I have set a row of four logos in the partner/logo grid. They display OK on a desktop computer, but they wrap strangely on an ipad. I don’t want them to wrap on an ipad and remain in a arow of 4. I have tried to find the CSS for this but am having problems. Please could you advise on how to stop this wrapping on an ipad.
Many Thanks
Regards
Colin
Hi!
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 .avia-logo-element-container .slide-entry {
width: 50%;
}}
Cheers!
Yigit
Hi Yigit
That’s great thank you
Colin
Hi!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit