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
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
Thanks heaps that worked, I put in my Child Theme syles.css