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 #1608805
Mobile View blank space
Closed

Comments

  • tankdeckelverschluss started the conversation

    Hello Penci,

    On the mobile view of my blog there is a big empty space on top. In desktop view, there is a slider from slider revolution. I deactivated this slider for the mobile view. Is it possible to delete the blank space with a css code? You can see the blank space in the attached images.

    Thank you in advance.

    Best regards and have a nice day!


  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 769px){
    .featured-area{ display: none;  }
    }

    Best Regards,

    PenciDesign