I needed to create a slider which had to be wider than the text area. There was a max-width set by the theme, and I was looking for different ways to achieve that.
What I finally used, and worked well, was this:
1 |
</article></div></div></div></div><br/><br/><div style="display:block;max-width:1400px;margin:auto;">[meteor_slideshow]</div><div id="page" class="hfeed"><div id="main"><div id="primary"><div id="content"> |
What I liked best about this solution is that it is done inside the page’s / post’s body with no need to change code.