Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello, I have an issue with the menu on mobile phones.
The header button does not appear anywhere on a phone. Is there a way for the button to be responsive and be included in the menu on mobile phones? My site: naujas.aku.lt
Thank you.
Hello,
Please add this code into your custom css box:
@media (max-width: 767px){
.header_button {
display: block !important;
top: -60px;
left: 14px;
}
#logo { margin-right: 119px;}
}
This should be the result: screenshot. Let us know.
Best regards!
yes it worked but after I installed another CSS editor (it wasn’t working with the editor included in your theme).
Thank you.
Hello,
Glad it worked, but there is no issue with the Custom css box included in theme. Maybe you should have clear cache or waited a bit for the changes to take effect.
Best regards!
You must be logged in to reply to this topic.