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

    hey guys
    had to update my theme and it moved my social media icons from the right side to the left side with some bars in between. i want to have them on the right in the main media with no bars in between. what can i do?

    #684695

    Hey jdrakeproductions,

    Please try the following in Quick CSS under Enfold–>General Styling:

    ul.social_bookmarks {
        float:right !important;
    }
    
    .social_bookmarks li {
        border-right-width: 0 !important;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.