[Locked] Move The Main Menu - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

[Locked] Move The Main Menu

MA

Moamer Ahmed

Template 4 months ago

Hello! How can I move the main menu to start from the right? RTL site Also, increase the menu font size

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 months ago #197044

HI Moamer,

I hope your issue is resolved now. If you don't have any other questions, you can close this post by accepting the answer. And thanks, Paul for helping him.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 months ago #195755

Hi

Thanks for contacting us. You can use this CSS in your custom.css file

div#sp-menu {
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
}

#sp-header a {
    font-size: 16px !important;
}

-Regards.

0
MA
Moamer Ahmed
Accepted Answer
4 months ago #195757
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #195768

move the main menu to start from the right

Means move from left to right side.

as I saw you have right align now in menu container.

info_2927_2025.gif

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 4 months ago #195769

In you want to increase menu column width coresponding to component content area you have to use also that Custom CSS:

@media (min-width: 1400px) {
 #sp-header > .container {max-width: 1320px;}
}

and you will get the same container width menu and component content :) info_2928_2025.gif

0
This topic is locked