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 #1474489
Featured Images Header
Closed

Comments

  • ElleTalk started the conversation

    Hello. I was wondering if there was a way to keep the Featured Images in the Header in a straight line (like on desktop) when on mobile. Right now it just pushes one below the other. I would use the sliders to avoid this but they drive site speed down to low.

  •  2,699
    PenciDesign replied

    Hi,

    I don't understand what did you mean, can you tell me more about that and send me a screenshot to I can understand your issues?


    Best Regards,

    PenciDesign

  •   ElleTalk replied privately
  •  2,699
    PenciDesign replied

    Hi,

    1/ When you do that, your layouts will broken because on the mobile, the screen are too small and it can't be display in one line like on the desktop - That's why responsive design born.

    2/ About social media on the navigation, you can hide it on mobile by add more this code to Customize > Custom CSS - It's not need there because on vertical nav already has this social media icons:

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

    Best Regards,

    PenciDesign