Hi,
I have some problem with button, i can fix it to be centered and in menu header of mobile i want the search icon litle bit large and be responsive …
And if possible i want to insert on other page 2 buttons and i want to be centered / inline.
The site in for the momment in maintenance but i leave the credentials if you need it.
Regards,
Hey bobbysap,
We cannot see the screenshot, can you upload them to Dropbox or https://imgur.com/upload and give us the links here.
Here is the code, thta will make the search bigger and make the burger menu show till 1024px. You can put it in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special, #menu-item-search {
display: block;
}
}
#top .menu-item-search-dropdown > a {
font-size: 25px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
Here is the link:
https://imgur.com/a/VCFS1
Hi bobbysap,
This is for the menu overlapping the logo:
@media only screen and (max-width: 767px) {
.responsive #top .logo {
width: 70%;
}
}
And I am seeing the text centered in those boxes. Could you please clear the cache, check again and get back to us.
Best regards,
Victoria
Thank you very much, is perfect!