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 #2704944
2up layout on mobile?
Closed

Comments

  • creativeimpact started the conversation

    Is it possible to get 2up layout on mobile and ipad? I just feel 1up is too big

    https://www.crimpdev.co.uk/z/hairmagazine/

    thanks

  •  2,699
    PenciDesign replied

    Hi,

    Do you mean to display the latest posts on 2 columns on mobile? If yes, please try to add more this code to Customize > Custom CSS:

    @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;
        }
    }
    

    If you want to make the "Home Featured Boxes" display 2 columns on mobile, you can add more this code to Customize > Custom CSS also:

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

    Best Regards,

    PenciDesign

  • creativeimpact replied

    Perfect thanks do much that worked.

    Is there any way to do that to the rotating banner at the top also?

    Thanks
    Billy

  •  2,699
    PenciDesign replied

    Hi,

    Do you mean about the featured slider? If yes, unfortunately, currently this theme doesn't support this feature.

    We will consider to add more this feature in future updates.


    Best Regards,

    PenciDesign