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*

Decrease "Featured Image Slider size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22415
    Casey
    Participant

    On our web page http://www.cotaoil.com, the images in the slider take up a lot of space. Do you have any advice on how to make the image section smaller?

    Is it as simple as re-sizing the images, and the space for the images will re-size to accommodate? Any tips would be helpful.

    Thanks!

    #22440

    Hi Casey,

    Upload the smaller size of image you want to take less space in slider. All image size must be same. If you like to do it from coding then inside functions.php on line no 155 to 160 there we have defined the size of the image.

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

    You may change this size as you want. After changing the size of image then reupload the image again or use regenerate thubmails plugins to regenerate your image. First of all before making any changes create a child theme then only customize the code to be safe while uploading to our new version.

    Thank you!

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