Need help with Mobile Menu Item Alignment

I want the menu towards a little bit left, I tired using CSS “margin-left: -3px”.

But seems like it is not working. Can you help me to do this little customization?

Hi Saswata,

Thank you for reaching out to us. You can adjust the top alignment of mobile navbar button via Theme Options > Header > Mobile Button > Mobile Navbar Button Alignment but changing the left alignment would require custom CSS as this is not a theme feature by default and is outside of our support scope, but we will do our best to help you getting started with the customization but we will not be able to implement it.

You can add the following code in the Theme Options > CSS:

.x-btn-navbar {
    margin-right: 10px;
}

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Hope this helps!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.