Home Forums Theme support Hercules Theme – Adjust Slider height

This topic contains 5 replies, has 2 voices, and was last updated by  7Theme Support 9 years, 1 month ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • How do you adjust the cycle slider (and basically all sliders) height? Are they dynamic based on the picture dimensions? I couldn’t find the height in the style sheet but I may have missed it.

    Hi,

    Are they dynamic based on the picture dimensions?

    Yes, the slider is based on the picture dimensions, thats why there is no height for the slider element in the style.css file.

    If you want, you can add this to your style.css file:

    .slideshow_cycle {
    height:300px !important;
    }

    This will reduce the height of the slider, but also the height of the images…

    You guys are awesome! Thanks for the fast support – it worked!!

    You’re welcome!

    Hi,

    How do I do the same for the Strong theme (for a different site I am working on)? When I look at it on portfolio view, the text almost runs off of the picture…in landscape view it looks fine.

    Do you have code to make the text shrink based on the mobile position?
    Thanks.

    Hi,

    do you mean the slideshow on top of the portfolio entries or the default slider (like on our demo website -> home page)? If you want, you can send us the link to the exact page with the problem, then we can take a look at it

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.