Welcome! To use this support forum, please Login or Join Today!
You are here → Home :: Forum Home :: WordPress Themes Support :: Breeze WordPress Theme :: Thread
Center Slideshow
I cannot for the life of me get the slideshow centered, it’s slightly off the the left.
I think it has to do with the “box” it is within in the theme…. I am using content template 3 but my images are only 320 wide.
Because of the clients “card” I can’t go any wider.
Hi, Is there any way you can share a link so I can see the source?
http://martell-construction.com/?page_id=7
I actually fouled up the bottom of the page so I have went with the content and 2/3… but I am transferring over several if not all of my sites to wordpress and simple themes so this would help ALOT.
I am a slightly above average WSYWIG developer… not much programming behind me.
Thanks
Good deal. If you go into HTML view, try surrounding the slideshow shortcode with the following:
<div style="width:714px;margin:0px auto;"> ...your slideshow shortcode here… </div>
Note: The width parameter (714 in the example above) should be the same as your slideshow width.
worked perfectly!!
Thanks a bunch!