Home>Support>Fixed Width Option for Themes

Fixed Width Option for Themes

I currently have the premium version of Vantage and was thinking of using the same theme for another site I am working on creating. However, I need to turn off the responsive option and make the site a fixed width site 1080X1920 for display on a specific monitor for visitors to view. Can this be done with Vantage? Can you tell me how to accomplish this? Is there another template that work better for this project?

Thank you
Heather

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Hi Hmalafy

    Here is a guide on how to do that.

    Link : https://siteorigin.com/vantage-documentation/theme-settings/layout/

    Cheers

  2. 9 years, 6 months ago hmalafy

    Hello Addo,
    Thank you for sending that over. I have already seen that and understand how to turn off the responsive design. Now looking back at my original post I see that i had my numbers backwards. I need to code this for a 1080p screen so I need to fix the width at 1920 and the height at 1080. How can this be accomplished?

    Thank you

  3. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi Hmalafy

    We unfortunately don’t have an option that will fix the container width’s on desktop. Turning off Responsive removes the responsive viewport tag, specifically for mobile devices, this ensures the site renders in it’s full “desktop” version.

    Changing the container width can be done using Custom CSS, we can try set it to be static too, try the following under Appearance > Custom CSS:

    /* Vantage full width expand main container width */
    
    body.responsive.layout-full #page-wrapper #main .full-container {
    max-width: 1920px !important;
    width: 1920px;
    }
    

    Give that a try.

    Height is another story. Height will be set by the content in use.

    Perhaps I’ve missed your point, let me know and we’ll take it from there.

    Thanks

  4. 9 years, 6 months ago hmalafy

    Thank you – you have been very helpful

  5. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Am glad you are making progress in developing your site

    Always feel free to open a new thread whenever you require support

    Cheers

  6. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that helped. 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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More