Forums
Forums / Plugin: Bannerspace Slideshow / Navigation DOTs centered
(@drock12)
12 years, 1 month ago
Hi,
I have placed slideshow on a page with shortcode. The Slideshow has 22 slides. When I see that in front end the bottom dotted navigation comes left aligned. I want to make it center aligned. How can I do that?
Thanks, Deb
https://wordpress.org/plugins/bannerspace/
(@deanoakley)
11 years, 11 months ago
Sorry for the delay. Add this to your theme css.
#bannerspace_nav{ width:100%; text-align: center; }
#bannerspace_nav span { float: none !important; display:inline-block; }
The topic ‘Navigation DOTs centered’ is closed to new replies.