Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1075600

    Hi there
    My site looks great on the desktop but on the phone, the shopping cart and the hamburger menu are overlapping. I have added some CSS so it looks better on the desktop but its clearly screwing up the mobile. Can you help?

    Also, the social icons don’t show on the top bar on the phone either.

    Thanks!

    #1076217

    Hey ginnywills,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .html_visible_cart .cart_dropdown {
        right: 300px;
    }
    }

    Best regards,
    Rikard

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