Aligning drop down menu items using CSS?
-
Hi there,
I’m trying to align the navigation child menu items, so they don’t appear to the left: https://toptotopglobal.wordpress.com/
Thinking if I justify the text to the right it might look better.any tips?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Yeah, I think that would look nice too. You can try the following block of code, entered into the CSS tab of your site customizer here: https://wordpress.com/customize
Here is the code to paste in:
ul.sub-menu { text-align: right; }Be sure to save your changes when you are done. :)
- The topic ‘Aligning drop down menu items using CSS?’ is closed to new replies.