Archived topic
Page footer? (or something like it)
3 replies · Started by Anonymous on May 15, 2015
Hey, I have usde your Page Header add-on to put an image slider into the upcoming version of my front page. The add-on is very nice, but I have an image slider on my current site's fronpage that goes on the bottom of the page as well. I want it to be visually similar to what the page header does (no margins around the slider) but if I make it part of the page post in the new Wordpress version of the site there is spacing around it. If I customize the appearance of the theme I can get rid of the spacing, but unfortunately that applies to every page (and I want margins on other pages as they're more text-heavy). Any ideas?
Hi Damon,
Try wrapping your shortcode in this:
<div class="ignore-xy-spacing">
shortcode in here
</div>
I just tried it; I think that will work. Will make sure and then mark as "resolved" after altering some other elements of the page.
Cool, let me know if you need more help :)