Changing header menus

How can I increase the font size of the header menu items?

Also how can I move them to the right as marked here:

https://www.evernote.com/shard/s373/u/0/sh/d13770c7-1ced-4f80-8ef6-a67425e752e3/3dbaea974e7bfcafd88e3c930720b5dc

Page shown is sanachoudary.com/blog

Hello There,

Thanks for writing in!

To move the menu to the right as you have shown in the screenshot, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-navbar .x-nav-wrap.desktop {
    display: inline-block;
    width: auto;
    float: right;
}

Hope this helps.

Ok thanks. How can I increase the font size for the menu?

Hi There,

Thanks for writing in again!
You change the font size of the menu item in X-> Theme Option -> Header in the LINKS – TEXT setting.
You can change the font size.

Hope this helps!

Thanks

1 Like

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