Static slider height

Home Forums IT Consultant Support Static slider height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #132133
    Corinne SpearsCorinne Spears
    Participant
    • Topics: 4
    • Replies: 3
    • Total: 7
    Member since: October 5, 2019

    Hi, I would like the slider on the main page to be a static height. I tried adding the code I found in the forum to the custom css box:

    Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    .theme-default .nivoSlider{max-height:320px;}

    However, the slider is still adjusting to the image size. I also tried resizing the image, but that’s not working either.

    #132168
    Corinne SpearsCorinne Spears
    Participant
    • Topics: 4
    • Replies: 3
    • Total: 7
    Member since: October 5, 2019

    Also, for the Business Value section, I have the opposite issue. How do I make those images larger?

    site: https://dev.candor.cloud

    #132240
    Corinne SpearsCorinne Spears
    Participant
    • Topics: 4
    • Replies: 3
    • Total: 7
    Member since: October 5, 2019

    Hi, Can anyone assist with this?

    #132254
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .theme-default .nivoSlider {
        overflow: hidden;
    }
    .diamondshape { width:100%; height:175px;}

    Regards,
    Chris

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.