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 #2445918
Featured slider - change padding/image height
Closed

Comments

  • Nakita Fox started the conversation

    Hi there, just wondering if there is a way to change the padding between the images in the featured slider, style 19. 

    And/or if there is a way to change the height of the images/rows. 

    Thank you!

    (Link and attachment are NSFW - nude art images)

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (min-width: 1170px){
    .featured-style-19 .penci-image-holder:before { height: 400px; }
    }
    

    Change value 400 to value as you want.

    Best Regards,

    PenciDesign

  • Nakita Fox replied

    That changed the height of the images, thank you! 

    Is there any way to also change the padding (gap) between each image/item, too? I've marked the part that I mean in the image.

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (min-width: 1170px){
    .featured-style-19 .wrapper-item .penci-item-mag{ border-width: 10px !important; }
    }
    


    Best Regards,

    PenciDesign


  • Nakita Fox replied

    Perfect, thank you so much! :)