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 #1846488
hide featured boxes in mobile
Closed

Comments

  • RANTAKA started the conversation

    Hi, could I disable featured boxes in mobile. I use 8 featured boxes in homepage and then latest posts, but in mobile it is not nice to slide 8 featured boxes first to get latest posts.

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 768px) {
    .container.home-featured-boxes{ display: none; }
    }
    

    Best Regards,

    PenciDesign