Full Width Slider
- The topic ‘Full Width Slider’ is closed to new replies.
Need help? Check out our Support site, then
Over a year ago, I asked if you had custom CSS to enable the TD Editor theme to display a full-width slider and you said it was not possible. I’m hoping you have since written the code to make this modification possible. I love this theme, but I wish this one feature was available.
Has my dream come true?
The blog I need help with is: (visible only to logged in users)
Hello,
Theme is designed to have a boxed slider. So, if you want to have a full-width slider you will need to add some custom css:
#home-featured-slideshow .container {
width: 100%;
padding: 0;
}
#home-featured-slideshow {
margin-top: 0;
}
#home-featured-slideshow .home-slideshow li img {
width: 100%;
}
Thanks,
Taras
Nice! Thanks very much for the help. Theme still working great.
Awesome. Glad it worked for you!