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*

How to increase slider height?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #53168

    Hi nsleeth,

    Go to theme folder -> functions.php on line no 142 you will see this code add_image_size( 'slider-wide', 1400, 460, true ); and replace it with add_image_size( 'slider-wide', 1400, 700, true );

    We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. if you wish to add new slider then same customization is required. So better make child theme and customize the code.
    http://codex.wordpress.org/Child_Themes

    After the change is made on image size use regenerate thumbnailsls plugins to regenerate the images.

    Thank you!

    #53176
    nsleeth
    Participant

    Thank you! Got it!

    #53181

    You welcome nsleeth

    Thank you!

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