Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1823181
Social Media icon overflow in mobile view
Closed

Comments

  • soledaduser started the conversation

    When using Header 6 and Header 9, the social media icons overflow into the screen when in mobile view.   The social media icons should be hidden similar to the menu items when in mobile view.  How can I hide the social media icons? 

    You can see this in the demo website using Header 9 if you minimize the window screen to mobile screen size - http://soledad.pencidesign.com/soledad-food/?header=header-9&body=boxed-none

    This also happens when you enable social media icons in Header 6, which is the one I am using. 

    Please see the attached screenshot of Header 6 and Header 9.  Is there a way I can hide this? Thanks!

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    @media only screen and (max-width: 479px){
    #navigation.header-6 .main-nav-social { display: none; }
    }
    

    Best Regards,

    PenciDesign

  • soledaduser replied

    Thank you this works!