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*

Featured Slider Dimensions

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #65344
    Lester Tucker
    Participant

    Is there a way to change the overall height of the Featured Slider? It takes up alot of room on the page.

    #65349

    Hi @lestertucker,

    Can you please provide us your site Url so that we can provide you the suitable codes to featured slider according to your site. As the theme have 5 variations of Featured slider and they have different codes for dimension.

    Thanks.

    #65353
    Lester Tucker
    Participant
    #65357

    We have made the codes to decrease the height of Featured Slider in desktop, tablet and mobile size screen according to your site. So please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    .featured-slider.featured-slider-style-4 .post-img-wrap:before {
    	padding-top: 35%;
    	min-height: 550px;
    }
    @media (max-width: 767px) {
    	.featured-slider.featured-slider-style-4 .post-img-wrap:before {
    		min-height: 470px;
    	}
    }
    @media (max-width: 575px) {
    	.featured-slider.featured-slider-style-4 .post-img-wrap:before {
    		min-height: 400px;
    	}
    }

    Thank you

    #65371
    Lester Tucker
    Participant

    If I want to play with the height….can I just adjust the min-height value?

    #65374

    Yes definitely. You can change it as you desire.

    Thanks

    #65479
    Lester Tucker
    Participant

    Ok…I know I’ve been bugging you but I have 3 more questions concerning heights and widths.

    Can I change the width of the featured slider on Desktop?

    Can I change the height of the banner?

    Can I change the width of the banner?

    #65511

    No you cannot change the width of Featured Slider. The width of slider will auto fit to any of the screen sizes.
    And which banner you are talking about. As the banner and Featured Slider is same thing for this theme. If you want to change the height of Featured Slider then please change the value of ‘min-height’ in the previous provided code.

    Thanks.

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