you should give the URL of your website, so people can help you. Nobody is going to install that theme and try to change the CSS 🙂
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
You would need to create a Child Theme or since it’s just CSS changes, you could use a Custom CSS plugin.
Centring the navigation would be more difficult.
To centre the navigation as a whole, you’d need to use CSS and set a width on it, along with margin: 0 auto;.
The width is the problem here. Your menu is prone to change in width, as menu items are renamed, added or removed.
Aligning the menu right would be a lot easier, as you need only apply float: right; to the navigation menu.
The CSS selectors for the menu should be;
.home #header #mainmenu
@baszer : I’m just experimenting now with Instant WP on my PC so I don’t have a link to share.
@andrew : Thank you. But would you know what exactly I have to type in the custom CSS field? Since there are too many files in this theme and I’m confused what has to be mentioned as “right”. I shall install the plugin now and know how to use that for now 🙂 Thanks again for the prompt reply!
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Your query requires support beyond the scope of these forums.
Try a specific CSS forum.
Thanks. I will try to check deeper. Guess this was not a good start to my WP learning! 🙁