Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
IN RESPONSIVE
1 / Menu doesn’t show at all
2/ Logo is not centered and also too small.
Thank you again for your help.
3 / I asked another question in a resolved topics (not sure you got it) about the white space between my navigation menu and my slider in homepage where I have disactivated the header. How can I delete this white space ?
Thanks a lot.
Hello,
1, 2. You should check the Show Responsive Menu Dropdown button ON for the responsice menu to show up ( located on Header Options). I turned it on.
To fix the menu on responsive, i added this code to your custom CSS box:
@media (max-width: 480px) {
#logo img {
height: 130px !important;
max-height: 200px !important;
margin-top: -80px !important;
}
}
@media (max-width: 782px) {
#logo img {
margin-left: -125px !important;
}
}
3. You can adjust the padding for the white space between navigation bar and the slider see screenshot. If you do not want space between them, go to Layout > Inner Page Content Padding and reduce to 0px the first padding.
Let us know.
Best regards!
You must be logged in to reply to this topic.