badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Change height of slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40415
    Markus
    Participant

    How can i change the height of the slider to say 200 pixel?

    thx for infos on this.

    #40429

    Hi Markus,

    Go to Appearance -> Customize -> Ambition theme options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.

    .featured-slider .featured-image {
        max-height: 200px;
    }

    We have spend lots of time and efforts to develop this theme available free for you.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/ambition
    We really appreciate your rating.

    Thank you!

    #42762
    Markus
    Participant

    Thanks for the suggestion. Unfortunately, the above code does not change the height of the slider. The image is still too high. I am using 1.04. I only push up the top navigation bar as you suggested in another thread. My custom CSS is below. I use the default slider.

    .hgroup-wrap {
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000;
    }
    .featured-slider .featured-image {
       max-height: 200px;
    }

    Any suggestions?

    #42837

    Hi Markus,

    Could you please provide us your site URL? so that we can see why the above CSS code is not working.

    Thank you!

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