Home › Forums › Support › Table before content This topic has 3 replies, 2 voices, and was last updated 7 years ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 31, 2017 at 8:51 am #376794 Max Hi there! I want to display a tablepress table between my content and the navigation. Example: https://www.vergleich.org/fernglas/ Unfortunately my page isn’t only right now so I can’t provide a link. Is there a possibility to make the table full width before the content and sidebar (as seen in the example) for an individual page? Let me know if you need more information! Thanks, Max August 31, 2017 at 11:39 am #376898 LeoStaff Customer Support Hi Max, Can you try the after header hook? http://demo.generatepress.com/hook-locations/ https://docs.generatepress.com/article/hooks-overview/ With conditional tag like this to make it that page only: <?php if ( is_page( 'your-page' ) ) { ?> code here <?php } ?> Let me know if this works. August 31, 2017 at 5:23 pm #377066 Max It worked perfectly! Thank you, great support! ๐ August 31, 2017 at 5:25 pm #377069 LeoStaff Customer Support You’re very welcome ๐ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In