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
Started · Latest reply by Andrew Misplon

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

    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

    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

    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

    it worked, thank you so much!!!!

  5. Andrew Misplon Staff

    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