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 #1831845
Social Media Header
Closed

Comments

  • Nikos started the conversation

    Hello,

    I have noticed that on smaller screen resolutions the social media icons are displayed below the header bar. This was noticed to happen for example on iPhone SE and iPhone 5. Please review the screenshot to you convenience.

    How can I fix that?

    Happy Holidays!

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fixed it:

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

    Best Regards,

    PenciDesign