Hi there,
Im running the latest update of Enfold and WordPress. I havn’t undated any plugins in the last few days. Today, the mobile menu background loads way too big.
Please see here: http://yogatrade.com
It’s happening on all browsers.
Any advice on this?
Thanks!
Hey mcmahon_pt!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
#header_main .inner-container {
height: auto;
}}
Best regards,
Yigit
Great thank you. That did the trick!