Hi
I have moved the logo to the extreme using
.container.av-logo-container {
margin-left: 0;
padding-left: 1;
max-width: 100%;
}
however this has pulled over the menu which I would still like on the right please.
Please see details below
Thanks
Hey info224,
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 (min-width:1100px){
.main_menu {
right: -75px;
}
}
@media only screen and (max-width: 1100px) {
nav.main_menu, #menu-item-search {
display: block !important;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi
Thanks for coming back I shall let you know.
Hi
Thanks for this just one other thing on the mobile version there is a lot of brown padding under the menu can I reduce the depth of that, please?