Re-sizing and re-positioning a Slider on the Front Page
URL to the page in question:
http://cattcomemorial.com
-
Hi, Bill –
I need to increase the size of the new slider I created. I don’t see a way to do that in the dash board. Also, can they be repositioned on the page?
John,
Let’s give this a try:
- Go to your theme options page and choose the Advanced tab.
- Scroll down to the Custom CSS box and add this:
#home-widgets .widget_metaslider_widget {
width: 100%;
}
.home .flexslider.shadow {
display: none;
}
- Update your settings.
If that goes well, that should make the new slider widget full width for you. It’ll also hide the original slider’s remains so it’s not taking up space.
See how that goes for you. If you have something else in mind, let me know.
Bill
Worked like a charm! Thanks, again.
Anytime John…enjoy your weekend.
- The topic ‘Re-sizing and re-positioning a Slider on the Front Page’ is closed to new replies.