Comments 35Barreoblique started the conversationSeptember 18, 2021 at 1:17pmHello !I have tested with float right but, that dont works. Any short solution to align the icon on the right of the text insted of left in the main menu?Thanks!https://prnt.sc/1sp3r2l 35Barreoblique repliedSeptember 18, 2021 at 1:20pmtested this .nectar-menu-icon { float: right!important; text-align: right !important;}But, that dont works 8,844Tahir repliedSeptember 19, 2021 at 11:18amHey, Please provide the page url so that i can write up the custom css for whats possible. Thanks ThemeNectar Support Team 35Barreoblique repliedSeptember 20, 2021 at 11:37amSure, sorry for the late replay.www.wp-cafe.ca Thanks! 2,960Andrew repliedSeptember 20, 2021 at 12:11pmHi again, The following CSS might help li.menu-item-has-icon.menu-item a { display: flex; flex-direction: row-reverse; } Regards 35Barreoblique repliedSeptember 20, 2021 at 12:18pmHi Andrew, Hope you are well? Your snippet is almost that! Thanks!margin right dont works Just need a gap after the letters https://prnt.sc/1syij5y 2,960Andrew repliedSeptember 20, 2021 at 12:30pmHi again, The following CSS might help #header-outer header .nectar-menu-icon-img, #header-outer header .nectar-menu-icon { margin-left: 10px; margin-right:unset } Regards 35Barreoblique repliedSeptember 20, 2021 at 12:31pmThat's it!Thanks!Case close.Wish you a great day! Sign in to reply ...
Hello !
I have tested with float right but, that dont works. Any short solution to align the icon on the right of the text insted of left in the main menu?
Thanks!
https://prnt.sc/1sp3r2l
tested this
.nectar-menu-icon {
But, that dont worksfloat: right!important;
text-align: right !important;
}
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Sure, sorry for the late replay.
www.wp-cafe.ca
Thanks!
Hi again,
The following CSS might help
Regards
Hi Andrew,
Hope you are well?
Your snippet is almost that! Thanks!
margin right dont works
Just need a gap after the letters
https://prnt.sc/1syij5y
Hi again,
The following CSS might help
Regards
That's it!
Thanks!
Case close.
Wish you a great day!