wpbakery slider

Home Forums Jevelin Theme wpbakery slider

Home Forums Jevelin Theme wpbakery slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • JoelSantos1234
    Participant

    Hello. We have put a slider on the home page with images of a product we sell and would like to shorten the slider slightly. I’ve tried it in css but the only thing that happens is that it pulls the bottom of the page up and doesn’t shorten the slider.
    Could you give me a hand with this?

    Attachments:
    You must be logged in to view attached files.

    Hi @JoelSantos1234,

     

    I hope you are well today and thank you for your question.

     

    Could you please tell me whether you have to reduce the slider height or width?

     

    You can try achieving this using the Yellow Pencil editor as described in the below page.

     

    https://support.shufflehound.com/how-to-change-almost-any-element/

     

    Best regards,
    Shufflehound team

    JoelSantos1234
    Participant

    It is the height. Ok it worked using the yellow pencil plugin, but the images dont addapt to the reducing of the slider. How can i adjust them or is it any option they automaticly adjust?

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    body #wrapper div .sh-image-gallery-item {
        height: 400px;
    }
    
    .sh-image-gallery-item .post-meta-thumb img,
    .sh-image-gallery-item .sh-gallery-item {
        max-height: 400px;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)