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 #2687730
Mobile view
Closed

Comments

  • jasonwilson2000 started the conversation

    How can I make 2 columns on mobile view???

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 767px){
        .container.penci_sidebar .penci-grid > li{ width: 48.05% !important; margin-right: 3.9% !important; }
        .container.penci_sidebar .penci-grid li:nth-of-type(2n+2), 
        .penci-grid li.grid-2-style:nth-of-type(2n+2) {
            margin-right: 0 !important;
        }
    }
    

    Best Regards,

    PenciDesign

  • jasonwilson2000 replied

    Thank you. This works. But it only works on the page i place it on. How can I make it so it affects all Archives across the website?

  •  2,699
    PenciDesign replied

    Hi,

    I see other archives page already applies this on mobile. You can check it again.


    Best Regards,

    PenciDesign