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

    In mobile view, my secondary menu with the Phone number does not seem to line up very cleanly with the social icon. Website: http://bit.ly/1gnMQpr

    1) How do I put the phone number directly to the left inline with the Social Icons and all of it centered at the top and the secondary menu container height should be reduced since there will only be one line.

    2) How do I remove the white borders around the social icons in mobile view only.

    #237606

    Hey jmikhail!

    Please add following code to Quick CSS in Enfold theme options under Styling tab
    1-

    .av_phone_active_right .phone-info { float: left; }

    2-

    @media only screen and (max-width: 767px) {
    #top .social_bookmarks li { 
    border: none; }}

    Cheers!
    Yigit

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