Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #762806
    Gary
    Guest

    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

    #764810

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.