Increase content width for a single page

  • Author
    Posts
  • #101698

    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

    #101942
    Zed
    Cryout 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.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Increase content width for a single page’ is closed to new replies.