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*

Changing slider size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24123
    RDME07
    Participant

    Hello,
    First let me start by saying that this theme is fantastic! Enjoying it a lot 🙂

    Now, I want to change the home page slider size. It’s just way too tall, I want to change the height to half than the default.
    How can I do that?

    Thanks!

    #24167

    Hi RDME07,

    This feature is not available in our theme. You have to make code customization. Go to theme folder -> functions.php on line no 143 and 144 you will see this code.

    	add_image_size( 'slider-narrow', 1038, 460, true ); 		// used on Featured Slider on Homepage Header for narrow layout
    	add_image_size( 'slider-wide', 1400, 460, true ); 			// used on Featured Slider on Homepage Header for wide layout

    change you slide image size according to your needs. But create a child theme before making any changes on it. After changing the slider size install regenerate Thumbnail plugins and regenerate the images.

    Thank you!

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