steveone86
Member
Posted 8 months ago #
Hello, I have a little problem with the slider dimensions. I have implemented a slide i created and made it responsive but it is taking up the whole width of the page instead of the dimensions i set in the options. Any idea how i can fix this?
Here is the code im using
<?php echo do_shortcode( "[SlideDeck2 id=151 ress=1 proportional=false]" ); ?>
Thanks for the help
http://wordpress.org/extend/plugins/slidedeck2/
jamie3d
Member
Plugin Author
Posted 7 months ago #
Hey there,
It sounds like you need to wrap your responsive SlideDeck in a div with the dimensions you want. I would try wrapping the shortcode in a div with a max-width defined.
steveone86
Member
Posted 7 months ago #
Hey Jamie3d, that worked perfect. Thanks so much!
Foundation Press
Member
Posted 2 months ago #
I am using the slidedeck 2 slider on my static home page and I want it to be full width, but it is not adjusting responsively. It is holding at a static size with no change from one device or screen size to another. Any ideas?
http://fpressstudio.com/blog/
Curt
fazword
Member
Posted 2 months ago #
Hello Jamie3d, really appreciate if you type here the example code of wrapping a php in div for slidedeck 2 max width.
I tried, but it doesn't work for mine, I don't know why, but seems that it was because mistyping of php code.
Thanks