Increase content width for a single page Forums » WordPress » Parabola » How To Author Posts April 21st, 2020 at 19:08 #101698 Corsair Hi guys, My general content width is set at 800 px, and I would like to increase it to 1500 px for a single page (to display a large table). What would be the custom CSS code needed for that? Thanks Best April 26th, 2020 at 20:41 #101942 ZedCryout Creations mastermind You can try the following custom CSS: .page-id-123 #header, .page-id-123 #main, .page-id-123 .topmenu, .page-id-123 #colophon, .page-id-123 #footer2-inner { max-width: 1500px; } Replace 123 in .page-id-123 with the correct numeric ID of your page. This CSS will widen the entire site layout (header, content and footer) for that particular page. If you like our creations, help us share by rating them on WordPress.org. Please check the available documentation and search the forums before starting a topic. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘Increase content width for a single page’ is closed to new replies.