Archived topic
Author archives page
17 replies · Started by Charalambos on August 2, 2019
Hi there,
if you use the before_main_content hook then you can restrict the width by wrapping your shortocode in a div with the grid-container class attached eg.
<div class="grid-container">
Your shortcode here
</div>
This will limit the width to that of the site container.
Hi,
I have tried but unfortunately it doesn't work. I will probably just use the before_content hook, so don't bother looking it to this any more.
Thanks
I can only assume it is to do with the way the shortcode is returning the content. So not much we can do about that.