• Hi,

    I’d like to widen the content area for pages only, as it is a bit narrow for pages but it’s okay for posts.

    Could you share any advice?

    Thanks,
    Brian

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    The following CSS code should do the trick:

    #wrapper{
    max-width: 100%;
    }

    Please note that this code will widen the main content area for both pages and posts. It’s not possible to only widen the pages.

    Thread Starter bwong64

    (@bwong64)

    Thanks, but i really needed to widen just the pages. I ended up dynamically changing the width.

    Hi @bwong64,

    I ended up dynamically changing the width.

    It sounds like you are all set now but please let me know if that isn’t the case.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widening the content area for pages’ is closed to new replies.