Tagged: enfold, header, iPad, responsive
Hi,
I require some assistance. I pretty much is done with the website except there’s a mini flaw on the responsive part when viewing on tablets like ipad.
http://ipad-emulator.org/ I refer to this using windows OS – it looks perfectly when referring to the website. But when I use my Mac OS it to view via ipad emulator, the header will cut slightly into the logo. (Which is what exactly you see on an actual iPad.
I’ll give the link in the next reply!
Thank you!
Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a {
padding: 0 7px !important; }}
And flush browser cache after applying the code
Cheers!
Yigit
Thank you it did solved the problem i believe :)