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 #1649610
Featured Homepage slider Height
Closed

Comments

  • jggarley started the conversation

    How do I change the height of the homepage featured slider? I’m using style 6. I do see the css element but I can't figure out the height property


  •  2,699
    PenciDesign replied

    Hi,

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

    .penci-owl-featured-area.style-6 .penci-image-holder:before{ padding-top: 50%; }

    Change value 50 to any value you want.


    Best Regards,

    PenciDesign

  • jggarley replied

    I added it but I don't see any changes, even after clearing the cache. I added it to Apperance > Custom CSS.  I want to reduce the height. Is there anyway I could you email you my admin login for you to take a look.

  •  2,699
    PenciDesign replied

    Hi,

    You can put your admin url and admin account ( username and password ) here with private ticket button at the bottom right.


    Best Regards,

    PenciDesign

  •   jggarley replied privately
  •  2,699
    PenciDesign replied

    Hi,

    I did it help you by add more this code to Customize > Custom CSS:

    .featured-style-6 .penci-image-holder:before {
        padding-top: 53%;
    }
    

    Best Regards,

    PenciDesign

  • jggarley replied

    Yes - Thanks. Also, I would like to move my custom css to the following location

    Appearance > Custom CSS instead of where they are currently. will this post any issue?

  •  2,699
    PenciDesign replied

    Hi,

    I think no any issue. But, I recommend you put it to Customize > Custom CSS.


    Best Regards,

    PenciDesign

  • jggarley replied

    Back to my original issue - what I want is not add some padding but want to change the HEIGHT of the front page slider container. I want to reduce it. What css property do I need to change. I added the following property but not happen

    featured-area .wrapper-item-classess {
      height: 326px !important;
    }


  •  2,699
    PenciDesign replied

    Hi,

    To change it, please change number 52 in the code I sent you before:

    .featured-style-6 .penci-image-holder:before {    
        padding-top: 53%;
    }

    The height: 326px here can't solve anything.

    Best Regards,

    PenciDesign