Hi together,
On my site www.asapunity.com the menu is diffrent on Laptop and Desktop PC. On Laptop it shows correct on the right site but on the desktop its in the middle. What went wrong here?
Thanks in advance
Hi together,
On my site www.asapunity.com the menu is diffrent on Laptop and Desktop PC. On Laptop it shows correct on the right site but on the desktop its in the middle. What went wrong here?
Thanks in advance
Hello @patsorules,
Thanks for writing in!
You are experiencing this issue because of the custom css that you have added. Please remove this css block in Appearance > Customize > Additional CSS :
.x-container.max {
margin-left: 50px;
}
Hope this helps. Please let us know how it goes.
Thanks for the quick response.
It works a bit. But the menu is still a little bit middle. Also the logo is now more in the middle.
Thanks in advance
Hello @patsorules,
Are you aiming to have the logo and site logo closer to the edges? If so, please add this code in X > Theme Options > CSS:
.x-navbar-inner .x-container.max {
max-width: none;
width: 90%;
}
Please feel free to change the width value.
Hope this helps.
Thanks this heklps.
You’re always welcome!
Cheers.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.