Home Forums Pro Themes WEN Corporate Pro Featured Slider size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #54605
    Matt Niemeyer
    Participant

    I like WEN Corporate Pro, but the featured slider is way too large. Is there any way of reducing the size of the slider?

    #54718
    wensolutions
    Keymaster

    Hello @matt-niemeyer,

    The height of the slider is actually defined by the height of the image used as featured image in post / pages you have selected to display in the slider.

    Please set the featured image of your desired height in the post / page chosen for the slider that should decrease the main slider height in WEN Corporate Pro theme.

    If you have any queries further, please feel free to post them here.

    Hope this Helps,

    Best Regards !!

    #54817
    Matt Niemeyer
    Participant

    Thank you for your reply. My slider pictures are all set to 260 pixels high but still the slider is 10 times bigger. Please see link to site

    #54837
    wensolutions
    Keymaster

    Hello @matt-niemeyer,

    When we inspected the Site URL we found that the image that you have uploaded is not of 260px height rather it is of bigger size .

    Also when we checked by uploading the image of smaller height it worked fine as you can see in below screen shot .

    https://image.prntscr.com/image/Db1Rgjn2QZejIGB8LIINKA.png

    So please try to upload the image of actual size as per your requirement . If this does not help then you can control the height with the help of additional CSS given below .

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    #main-slider img {
        max-height: 600px;
    }

    You can adjust the max-height as per your requirement .

    Hope this helps.

    Best Regards!!

    #58603
    aakash_os
    Participant

    Hi,

    I am trying to use the slider image with a height of 750px and as you have mentioned above I am using the below code over the additional CSS section, but the image size is not changing.

    #main-slider img {
        max-height: 600px;
    }

    I also tried it over my child theme CSS file but its not working from there too.

    Can you please help me increase the size of the image. Is there something i am not doing? Thanks.

    #58652
    wensolutions
    Keymaster

    Hello @aakash_os,

    As the height of the slider is actually defined by the height of the image used as featured image in post / pages you have selected to display in the slider so set the featured image of your desired height in the post / page chosen for the slider.

    Also make sure to upload the image of uniform size .

    Hope this helps .

    Best Regards!!

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