The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › [Solved] Drupal 7 slideshow styling
I am having trouble centering the “buttons” under the slideshow on my site. http://test.tayetech.com I am repetitively new to css and I tried margin:auto; with no luck.
That’s not a simple CSS fix…that’s one for the the template designer or slideshow plug-in.
There should be an option in the slideshow admin for this…surely?
No, I have checked in the view for the slideshow and its not an option…
Fixed it!!
views-slideshow-controls-bottom { width: 32px; margin-left: auto; margin-right: auto; }
That’s not a simple CSS fix
Apparently it was a simple fix**