This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Page as large as browser width?

Resolved 7 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi all,

I would like to know if you guys know a simple trick to have a page as large as the browser width?

For a gallery page, I would like to use all the space available in width. Than mean having the side bar aligned to the right, and all the extra space would be dedicated to a gallery.
I already have a script that resize my galley dynamically to the size of its container, but I have no idea how to make the container larger than the 1080px of the Vantage theme Full Page Width template.

Thank you for any help,
Best regards,

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. Andrew Misplon Staff 10 years, 7 months ago

    Hi David

    I’m sure we can make a plan. Please send a URL so I can check the page ID and make the CSS specific to that page. You can use the Private Reply checkbox if necessary.

  2. David Briard Private 10 years, 7 months ago

    This is a private message.

  3. Andrew Misplon Staff 10 years, 7 months ago

    Let’s try:

    .archive.term-england #main .container {
    	max-width: 95% !important;
    }

    You can adjust the max-width as required. Or for all archive pages you might say:

    .archive. #main .container {
    	max-width: 95% !important;
    }
  4. Andrew Misplon Staff 10 years, 7 months ago

    Or for all countries we could say:

    .archive.tax-country #main .container {
    	max-width: 95% !important;
    }
  5. David Briard Private 10 years, 7 months ago

    This is a private message.

  6. David Briard Private 10 years, 7 months ago

    This is a private message.

  7. Andrew Misplon Staff 10 years, 7 months ago

    Super, glad to hear you’ve been making progress. Thanks for fixing my container name mistake :)

    All the best.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread