- This topic has 1 reply, 2 voices, and was last updated 6 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › How to make my home slider height small without breaking the alighnment
Dear Support,
I am using SKT Golf theme and I want to reduce my home slider picture height to 300px or so. If I do it right now, it looks really weird on my phone, iPad and desktop computers… There are some gray space on either on top or bottom. How to use a slider picture that I can use it on my website which is 350 to 400px maximum and not break down the design on all devices.
my website is https://greatlighthealingministries.org/
Hi,
Kindly use this one
.nivoSlider {
min-height: 300px !important;
height: 300px !important;
overflow: hidden;
}
@media screen and (min-width:768px) and (max-width:1023px) {
#slidera { margin-top:0 !important;}
}
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]