Hello
My menu is on left.
I would like to align only one link/item of my menu at right.
Is it possible ?
Thank you
Hey jeromehelary,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hello,
My site is not online yet,
here is a screenshot of what I would like to do :
https://drive.google.com/file/d/0BznMyrXWrNoSV21oTnZYaUZ2S2M/view?usp=sharing
Is it possible ?
Thank you
Hey!
In order to reposition the shortcode menu item, you will need to determine the menu-item ID then insert the below css into your custom css section:
#menu-item-3740 {
right: 65px !important;
}
Regards,
Dake