Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23964

    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!

    #121813

    Hi,

    Just add this on your custom.css

    .sub_menu {
    position: absolute;
    left: 0;
    }

    #top .social_bookmarks {
    right: 0;
    position: absolute;
    }

    Regards,

    Ismael

    #121814

    Thank you for your prompt response. Worked perfectly!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Social Media Icons and Top Bar Menu Switch Locations’ is closed to new replies.