Hi,
The hamburger menu on our page tends to be at the way edge of the screen. We would like to move in so that it balances out with our logo.
How might we achieve this?
Hi,
The hamburger menu on our page tends to be at the way edge of the screen. We would like to move in so that it balances out with our logo.
How might we achieve this?
Hi @APPSI,
Thanks for reaching out.
Upon checking your website your hamburger menu and logo is at the edge of the screen. The reason why the logo still have a little white space at the left because the actual logo image has a margin left. To adjust the hamburger menu, please add the code below in your X > Theme Options > CSS.
.x-btn-navbar, .x-btn-navbar.collapsed {
margin-right: 5px;
}
Just change the px value to your desire layout.
Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.