Hi
How can I left justify my menu - it sits centered which is not what i want.
Hello,
You can left-align the menu items by writing a custom CSS code, and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with that? If yes, please, let me know, but I will need a link to your website.
Thanks
I can place the code but would be really grateful of you could write the code for me?
Thank you
No problem, but I need a link to your website.
Can you send it, please?
https://cerisport-yearsofchange.co.uk
You have Coming Soon enabled on your website.
Can you turn it off for a while, please?
Now switched off!
Please, use the following code:
#menu .menu-item span{ text-align: left!important; }
And you can turn on the "Coming Soon" again.
Thank you - this works for the main menu items but the sub menu items are still centred?
They also have awful large line height gaps?
Please, replace the previous code with the following one:
#menu .menu-item span, #menu .sub-menu .menu-item a{ text-align: left!important; }
But I do not know what line-height gaps you are talking about. Can you send me a screenshot showing it, please? And, please, turn off the Coming Soon again to take a closer look at it.
Now added second batch of code.
Just the lines spacing now....
Under Construction switched off again ....
If you want to reduce the line-height on all menu items, use this code:
#menu .menu-item span{ line-height: 25px!important; }
But if you want to do this for the submenu only, use this one:
#menu .sub-menu li a span{ line-height: 25px!important; }
Thank you!
Comments
Hello,
You can left-align the menu items by writing a custom CSS code, and placing it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Do you need help with that? If yes, please, let me know, but I will need a link to your website.
Thanks
I can place the code but would be really grateful of you could write the code for me?
Thank you
No problem, but I need a link to your website.
Can you send it, please?
Thanks
https://cerisport-yearsofchange.co.uk
You have Coming Soon enabled on your website.
Can you turn it off for a while, please?
Thanks
Now switched off!
Please, use the following code:
And you can turn on the "Coming Soon" again.
Thanks
Thank you - this works for the main menu items but the sub menu items are still centred?
They also have awful large line height gaps?
Please, replace the previous code with the following one:
But I do not know what line-height gaps you are talking about. Can you send me a screenshot showing it, please? And, please, turn off the Coming Soon again to take a closer look at it.
Thanks
Now added second batch of code.
Just the lines spacing now....
Under Construction switched off again ....
If you want to reduce the line-height on all menu items, use this code:
But if you want to do this for the submenu only, use this one:
Thanks
Thank you!