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 #1996670
Show feature boxes in 2 column
Closed

Comments

  • hybrid_gt started the conversation

    How to show feature boxes in 2 columns in the mobile phone? 

    What code do I have to add?

    Thank you 

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 767px){
    ul.homepage-featured-boxes li, 
    .post-entry ul.homepage-featured-boxes li {
        width: 50% !important;
    }
    }
    

    Best Regards,

    PenciDesign