Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30583
    apoorva
    Guest

    I have added social media icons to the “header – top” section of the page. How can I move the icons to the top right? 

    The website is – manasaurs.com

    #30584
    Jesse Owens
    Guest

    Hello,

    Thank you for the excellent question. Checking out your site, it looks like you may have already accomplished this!

    To answer your question for anyone else looking to solve this issue, there are two steps.

    First, add your social menu to the “Header Top” menu location from your Customize -> Menus -> Social Media menu.
    Social Media menu locations

    Second, you’ll notice that the menu is now in the center of the header. To move it to the right, add the following custom CSS to your Customize -> Advanced -> Custom JS & CSS menu:

    ul#secondary-menu-items {
    text-align: right; }

    Custom Theme CSS screenshot

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Swifty Theme: Right justify social media icons in the header’ is closed to new replies.