• Hello,

    Is it possible to decrease the size of the Featured Slider?

    I would like to make it lower because now when the home page is loaded it is only 70% of the slide photo visible. I would like to squize it maybe even by to 60% of which it shows at the moment.

    Similar issue with Featured Grid Content – can it be a bit smaller in general?

    If you like to have a look at the website:
    http://trabantowy.prohost.pl/ppl/sliwa/

    Thank you for advice 🙂

Viewing 1 replies (of 1 total)
  • Hello @zabcia,

    The height of the image in the featured slider in fabolous fluid theme is set by the height of the actual image you are using as the featured image for the slider page.

    While we can provide you some custom CSS to force reduce the height of the current images, it would be best if you would upload the image of your desired dimension ( of desired height ) for the slider.

    You can also try the CSS below in your Admin Dashboard > Appearance > Customize > Additional CSS :

    #feature-slider .wp-post-image {
        width: 100%;
        height: 450px;
    }

    Also, for any issues further / future reference, you can also choose to post in your queries to the theme’s official support forum for dedicated and swift support at : https://catchthemes.com/support-forum/forum/fabulous-fluid-free/

    Hope this Helps,

    Best Regards !!

Viewing 1 replies (of 1 total)

The topic ‘Featured Slider’s size’ is closed to new replies.