Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26537

    I would like to swap the top right phone number section with the top left social media icons. Not very knowledgeable with code but how can I accomplish this?

    Many thanks.

    #130773

    Hi

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top .social_bookmarks li {
    float: right;
    }
    .sub_menu {
    left: 0;
    }

    That should be it if you are using the top sub menu for the phone number but if not we would need to see your site live to see what else would be needed.

    Regards,

    Devin

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Moving social media icons from Left side of header to right side’ is closed to new replies.