Viewing 1 reply thread
You must be logged in to reply to this topic.
I am going crazy trying to centre the logo on mobile. I have played with CSS but cannot override the bootstrap CSS.
I also notice, when on mobile, you can see my left menu (even when you haven’t pressed the menu icon) when you scroll to the bottom of the page, or the top of the page behind all my normal content.
Hello,
To center the logo in mobile please add this code into your custom css box:
@media (max-width: 480px){
#logo img { padding-left: 24px !important;}
}
Edit the padding to your wish to reach the position you want.
I don’t get the side menu in the normal page like you say. Can you send a screenshot of it? So we can understand better.
Best regards!
You must be logged in to reply to this topic.