Hello,
I’m looking at changing from Enfold to another them from Kriesi because even after updating Enfold, I’m having issues like the new menu doesn’t show up on my iphone and the old menu and cart would cover up part of the site title. Also, can you delete this post and my previous posts as they show up on Google search ? Thanks
Hey Gary ,
use this code inside Quick CSS field:
@media only screen and (max-width: 767px) {
[data-av_icon]:before {
color: black;
}
.responsive #top .cart_dropdown {
right: 0px;
}
.container #advanced_menu_toggle, #advanced_menu_hide {
right: -23px;
}}
and play around with different “right” values, until it fits for you. No need to change theme because of this issue.
Best regards,
Andy