Hi, is there a way set logo under the menu
Hey Alan,
Add this to quick css:
@media only screen and (max-width: 767px) {
.logo a img{
top: 20px!important;
padding-bottom: 31px!important;
}}
Best regards,
Jordan Shannon
Hi, this makes no difference, it still collides…
Hi Schmidtgrafisk,
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.av-logo-container {
width: 95%;
max-width: 95%;
}
#menu-item-shop .cart_dropdown_link {
padding: 0 20px;
}
.responsive #top .logo {
width: 60%;
padding-top: 10px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi, sorry but it still do not do the trick…
Hi Schmidtgrafisk,
Best regards,
Victoria