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.

Full width page template

Resolved 5 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi, I’ve beeen using Vantage for just a couple hours and I’m loving most of it, however there’s a small issue I can’t seem to figure out, maybe is something to do with my lack of skill, anyway.

media content won’t be displayed fullwith, text does display fullwidth consistently…I checked the “full width” box on layout bound, then, chose the “full width” template for each page, but still media content will be aligned to the left as conten from any blog post….

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 6 months ago

    Hi Daniel

    Thanks for running Vantage.

    The site layout full width refers to the header and footer background. Page full width refers to not using the sidebar. So in this sense there is no full screen width content option in the theme.

    You can try augment the theme by placing the following into a Custom CSS module but it’s not perfect:

    /* Vantage true full width adjustment */
    body.responsive.layout-full #page-wrapper .full-container {
    max-width: 100% !important;
    }
  2. Daniel Cely 11 years, 6 months ago

    Thank you Andrew, I believe I did not explain myself clearly, what I mean is that text elements do go from side to side of the content area, however, the media content in a page is displayed as though there was a sidebar

    I will leave a link to a page within my website to show you what I mean: http://danielcely.com/71-2/cassette/

  3. Andrew Misplon Staff 11 years, 6 months ago

    Jetpack Tiled Galleries use the theme’s content width variable set in the functions.php file. It’s 720px, hence the issue. To reset this to 1080px you’d need to use a child theme and insert the following into a functions.php in the child theme:

    https://codex.wordpress.org/Child_Themes

    Here is a child theme you can start with: https://siteorigin.com/wp-content/uploads/2014/07/vantage-child2.zip. Don’t insert the opening PHP twice.

  4. Daniel Cely 11 years, 6 months ago

    it worked, thank you so much!!!!

  5. Andrew Misplon Staff 11 years, 6 months ago

    Super; glad we could help.

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