Is it possible to swap the location of the social media icons and the top bar menu? For example can the social media icons go the right and the menu to the left?
Thanks!
Hi,
Just add this on your custom.css
.sub_menu {
position: absolute;
left: 0;
}
#top .social_bookmarks {
right: 0;
position: absolute;
}
Regards,
Ismael
Thank you for your prompt response. Worked perfectly!!!