Slideshow home page with centralized image

May 2014 WordPress Theme
GK User
Fri Jun 10, 2016 3:45 pm
Hello,

Is it possible to align the slideshow in the center, so if we use only an image in the slide, it will show always the center in different devices?

Here you can look the website:
http://www.clubetatical.com.br

Thanks in advance,
Bruno
User avatar
Expert Boarder

Joshua M
Mon Jun 13, 2016 8:09 am
Hi,

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.gk-is-wrapper-gk-storefront .gk-is-slide {
    background-size: contain;
}

but then you should use slide images with another ratio (increase the images height), I can't see other options because these slides are background images.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.