Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #851318

    Hi there,
    I have a website with a WooCommerce plug in and in mobile view the Logo, menu & shopping cart icon are on top of each other.

    How can I make them go next to each other?

    The website is http://globalhealthproducts.com.au

    Thanks heaps :)

    Dave

    #851617

    Hey Dave,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all .container {
        width: 95%;
        max-width: 95%;
    }
    .responsive #top .logo {
          width: 60%;
    }
    #menu-item-shop .cart_dropdown_link {
      padding: 0 30px;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #852750

    Thanks heaps that worked, I put in my Child Theme syles.css

    #853022

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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