I would like to make two small tweaks to the main slider at the top of the homepage.
1. I would like to increase the height just a bit.
2. I would like to increase the length allowed for the headline text.
Any help on making these changes would be greatly appreciated.
Thanks!
Hey Marius. Thanks for the reply. My apologies for not being clear. I’m talking about the slider that we’re using at the top of this site – http://www.southwalton.com/
Hi,
I see that you use version 4 of the theme, you will have to change the height(to your specific height) for your thumbs that are used on IOS Slider in functions.php – http://screencast.com/t/Ekbehu1X then regenerate your thumbnails using – https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Also you need to add this custom css for each screen size: http://screencast.com/t/DOTC37t5M
@media (min-width: 1200px) {
.iosSlider-col-2, .iosSlider-col-2 .item {
height: 500px !important;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.iosSlider-col-2, .iosSlider-col-2 .item {
height: 350px !important;
}
}
@media (max-width: 767px) {
.iosSlider-col-2, .iosSlider-col-2 .item {
height: 300px !important;
}
}
Thanks!
Hi,
Not sure at what text you are referring, please provide a screenshot so I can understand what are you trying to do and try to provide an accurate solution. Do you refer to the category on slider? – http://screencast.com/t/9ctxUKXU0S9
Thanks!
