Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #330670
    btcbtc
    Participant

    No matter how much I try to follow feature slider questions, I never get the one simple answer to:

    Can I control the size (in height) of a feature slider? I am currently looking to use the one on Clean Box Pro but it is too darn big. It takes up a half page. Can’t I limit its height somehow? Can’t I just say I want this particular slider to be 200 pixels – or something like that?

    Thanks. Sorry, I’m dumb!

    Bruce

    #330692
    tikaram
    Participant

    @btcbtc : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 1440px) {
      #feature-slider .cycle-slideshow img {
        width: unset;
        height: 200px;
      }
    }

    Let me know if this works as desired or not.

    Regards,
    Tikaram

    #330752
    btcbtc
    Participant

    I have tried this at least 15 times trying to re-configure any of the options I could. I used different browsers and cleaned the cache repeatedly.

    I am sure it is me doing something wrong but nothing is changing. I even made the image size smaller.

    Did I miss a cache in the theme somewhere?

    #330781
    tikaram
    Participant

    @btcbtc : Please post in your site URL so that I can check for issues on your site and provide you the required fix. The above css code should fix the height issue for the featured slider.

    Regards,
    Tikaram

    #330862
    btcbtc
    Participant

    hi, tikaram, i just wondered if i could have you log onto our wordpress and see if you can do anything with it? thank you.

    #330892
    btcbtc
    Participant

    In the meantime, our site is colonialautorepairservices.com

    Thank you.

    #330896
    tikaram
    Participant

    @btcbtc : I will contact you shortly.

    Regards,
    Tikaram

    #331180
    btcbtc
    Participant

    Hi, Tikaram, just wondered if you still thought you would get to this by year-end? I had sent my logon info.

    Thanks.

    #331185
    tikaram
    Participant

    @btcbtc :  Please check your site and let me know if the issue has been resolved or not. Let me know if you have any more questions.

    Regards,
    Tikaram

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Slider resizing’ is closed to new replies.