• I know this topic has been beaten to death, but I need a specific answer pertaining to my theme. I’m using a blog with the movie theater and popcorn template. I’m trying to create a page that will allow me to display my astore to fill the entire screen. I want to be able to expand the width of just one page to full screen.

    I’m a baby when it comes to CSS coding, but I’m willing to try anything as long as I have clear instructions.

    Thanks
    James

Viewing 1 replies (of 1 total)
  • a link to your site might greatly increase the change of a useful reply.

    not many are familiar with the theme you are using, or willing to download and install it to check your question.

    if your theme uses ‘body_class()’ then this will give you a distinct css class for your special page, which you can use in style.css to change the width of your content area, and/or to suppress the sidebar, for instance.

    or you can use a conditional statement in header.php, for instance is_page('special-page'), to embedd extra styles.

Viewing 1 replies (of 1 total)
  • The topic ‘Expand width of one page’ is closed to new replies.