@carlgross
Can you add the below CSS code to Additional CSS bo and check?
.main-navigation {
float: left;
}
Thanks.
Hi Nitu,
Thanks for that. Before we proceed, just to be clear, custom CSS is the best way I’ll be able to achieve what I want–correct?
If so, here is what I tried.
First of all, in my child theme, I already have custom CSS that is used to *center* the main menu on the page. So as a start, I commented out all that code. This resulted in the main menu *right* aligned, which is not exactly what I want. So I gave your code a shot. It did not change anything on my page (screenshot).
Then, I tried adding float: left to its parent element: #header-right-section This resulted in the menu right aligned (except for a little margin, which I can remove myself; screenshot). Would you agree this is the proper way to achieve what I want? Or might this cause other issues I’m not considering?
-
This reply was modified 6 years, 4 months ago by
Carl Gross.
@carlgross
You can use the CSS that you have added for your site.
Thanks.
OK thanks for the help. I’ll go with that. We can consider this resolved.