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 #1965707
4 Columns
Closed

Comments

  • redneats started the conversation

    Hello is it possible to change the Featured Category Settings? I Need for the Style 12 - Slider 3 Columns - I'd Like 4 Columns? Thank You 


    FCS.png

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, you need to edit the file in the theme.

    Please do following this image to do that.


    Best Regards,

    PenciDesign

  • redneats replied

    hello, I have done exactly as described in the picture. unfortunately there is no change?

  •  2,699
    PenciDesign replied

    Hi,

    Ahh, sorry, I was confused the file. Please do following like on this image.


    Best Regards,

    PenciDesign

  • redneats replied

    is it possible to change the Featured Category Settings? I Need for the Style 13 - Grid 3 Columns - I'd Like 4 Columns? Thank You

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 1170px){
    .container.penci_sidebar .penci-grid.penci-fea-cat-style-13 > li,
    .penci-grid.penci-fea-cat-style-13 > li {
        width: 25%;
    }
    .container.penci_sidebar .penci-grid.penci-fea-cat-style-13 > li:nth-child(3n+1), 
    .penci-grid.penci-fea-cat-style-13 > li:nth-child(3n+1){ clear: none; }
    .container.penci_sidebar .penci-grid.penci-fea-cat-style-13 > li:nth-child(4n+1), 
    .penci-grid.penci-fea-cat-style-13 > li:nth-child(4n+1){ clear: both; }
    }
    

    Best Regards,

    PenciDesign

  • redneats replied

    Thank you very much helped me a lot. Thank you !!!!!!!!!!!!!!!!!!!!!

  •   PenciDesign replied privately
  • redneats replied

    Please excuse my many questions. Unfortunately, one last question would still be there. I would like to have the style 7 grid layout with 4 colums! Is that possible? Currently only 3. http://musical.sonnenklar-weimar.de/

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 1170px){
    .home-featured-cat-content.style-7{ width: calc(100% + 20px); margin-left: -10px; }
    .home-featured-cat-content.style-7 .penci-grid > li{ width: 25%; padding: 0 10px; }
    .home-featured-cat-content.style-7 .penci-grid > li:nth-of-type(3n+1){ clear: none; }
    .home-featured-cat-content.style-7 .penci-grid > li:nth-of-type(4n+1){ clear: both; }
    }
    

    Best Regards,

    PenciDesign

  • redneats replied

    Hello, is not yet possible. Do you have another idea?

  •  2,699
    PenciDesign replied

    Hi,

    Please try again with this code:

    @media only screen and (min-width: 1170px){
    .home-featured-cat-content.style-7{ width: calc(100% + 20px); margin-left: -10px; }
    .home-featured-cat-content.style-7 .penci-grid > li{ width: 25%; padding: 0 10px; margin-right: 0; }
    .home-featured-cat-content.style-7 .penci-grid > li:nth-of-type(3n+1){ clear: none; }
    .home-featured-cat-content.style-7 .penci-grid > li:nth-of-type(4n+1){ clear: both; }
    }


    Best Regards,

    PenciDesign