Archived topic
alignment change on hoover - sub menu
5 replies · Started by Nicole on March 27, 2017
In my sub menu - how would I change the text to align right just when hoovering?
I tried to figure it out, and just seemed to make a mess of things.
Thanks!
Hi Nicole,
Just want to make sure...so you are wanting the submenu item aligning to the left when hovering over its parent menu item but change to the right when it hovers over to the sub menu item?
Let me know.
Yes! Exactly that!
Thank you
Give this CSS a shot:
.main-navigation .main-nav ul ul li a:hover {
text-align: right;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Can you provide a link to your site if this doesn't work?
It worked!
Thank you so much!
You're welcome :)