Viewing 2 reply threads
You must be logged in to reply to this topic.
My Logo is overlapping the navigation bar in my mobile version. I checked responsive layout and used the recommended size. Thoughts?
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){
#logo { width: 100% !important;}
img.dark {
width: 100% !important;
padding-left: 22px !important;
}}
Result screenshot: https://postimg.org/image/5nbj7wbpx/
Let us know.
Best regards!
You must be logged in to reply to this topic.