Main menu style

Posted in: Newspaper
Post count: 92

Hello.
Could you please advise where can I adjust main menu.
I need to make right align of it, more space between menu items and disable search icon from right side from main menu.
Thank you!

Post count: 7909

Hi,

Please provide your site url so we can inspect this.

Thanks!

Post count: 92

Hello, my site is under the constructopn. What are you going to inspect? I can provide you the admin rules if you need. Please take a look at the screen below.
https://ibb.co/fapHnz

Post count: 20687

Hi,

That could be done with some CSS. For the search use the hidden setting
https://www.screencast.com/t/0EVoZhSE8k
For a more accurate solution we need to test with your menu, we could give you codes to try but they might not work for you or not work properly.

For example this code should align the menu to the right and allow you to increase the padding left-right between the menu items
https://www.screencast.com/t/So5OGry7g80
You can adjust the value of the padding and test, default is 14px

.td-header-main-menu {
text-align:right;
}
.sf-menu > li > a {
padding: 0 18px;
}

If that does not work or is not what you wanted, please send us admin login at contact@tagdiv.com and mention how exactly you wish it to be. Include a link to this topic in the email.

Thanks

Post count: 92

Just what I wanted.
Your coding works perfect!
Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.