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.

Home Page Width and Site Title?

Resolved 16 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi,

I’ve embedded a live stream and a chat window into my homepage, but they’re not displaying correctly.

I’ve inputted CSS I saw from another thread to try and make it the full page width, but it doesn’t seem to work:

/* Vantage Full Width Layout Adjust Container Width */
body.responsive.layout-full #page-wrapper .full-container {
max-width: 1080px !important;
}

Also, I’ve changed my site title to “game change” with a different font, and those effects are also not taking place.

My website is here: gamechangecharity.com

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

Need fast email support? Get SiteOrigin Premium

Replies

16
  1. Nathan Porter 11 years, 6 months ago

    I figured out how to fix the site title – had to remove the logo from the “Appearance -> Theme Settings”.

  2. Andrew Misplon Staff 11 years, 6 months ago

    Hi Nathan

    Thanks for running Vantage.

    The CSS selector you’ve pasted won’t change anything unless the default 1080px width is changed. The selector was provided to a client that wanted to change change the content width when using the full width layout in Vantage.

    I don’t seem to be able to view your site. Perhaps you can confirm the link and I’ll take a look at the display problem.

  3. Nathan Porter 11 years, 6 months ago

    Hi Andrew,

    Thanks for the quick response. I was just able to view the site from my work computer on both IE and Chrome. The link is correct above. The host I’ve moved to is dealing with a couple of unexpected errors, sometimes a refresh is needed.

    I am using the full width layout, as I don’t need the sidebar for this particular iteration. I went ahead and decreased the stream size and chat in order to fit within the margins, but I’m hoping I’ll be able to make use of the margin displayed.

    Regards,

  4. Andrew Misplon Staff 11 years, 6 months ago

    Ok, with you now.

    To change the main content container padding, insert the below into Appearance > Custom CSS:

    #main {
    padding: 35px 35px 35px 35px !important;
    }

    And edit as required. The numbers represent top, right, bottom, left.

  5. Nathan Porter 11 years, 6 months ago

    Ahhhh, I got it! Thank you for your explanation. I changed the 1080px to something larger (1440px), and that worked perfectly for me. I appreciate the clarification!

    Have a great day – I’m sure I’ll be asking more questions as I continue to build :)

    Thanks,

  6. Andrew Misplon Staff 11 years, 6 months ago

    Super, glad that helped. All the best with your project.

  7. Nathan Porter 11 years, 6 months ago

    Sorry, one more question:

    How do I remove the space between rows in page builder? As you can see, I have white space between my headline and four icons. I’m using

    .panel-grid-cell {
    margin-bottom: 0px !important;
    }

    And it doesn’t appear to be working for me. Any ideas?

  8. Andrew Misplon Staff 11 years, 6 months ago

    Give this a try:

    .panel-grid-cell .panel {
    margin-bottom: 0px !important;
    }
  9. Nathan Porter 11 years, 6 months ago

    Made the revision, didn’t see a change.

  10. Andrew Misplon Staff 11 years, 6 months ago

    If you can perhaps make the site public for a bit I can take a look, just leave the Custom CSS in place. Thanks.

  11. Nathan Porter 11 years, 6 months ago

    The page is now viewable.

  12. Andrew Misplon Staff 11 years, 6 months ago

    Try this for me, it’s specific to this page:

    #pg-2-0, #pg-2-1, #pg-2-2, #pg-2-3, #pg-2-4, #pg-2-5, #pg-2-6, #pg-2-7, #pg-2-8, .panel-grid-cell .panel { 
    margin-bottom: 0 !important; 
    }

    And remove the last selector we were trying.

    Thanks

  13. Nathan Porter 11 years, 6 months ago

    This seems to have worked, thanks!! Do you happen to have an explanation so I can use this as I continue to expand this page?

  14. Andrew Misplon Staff 11 years, 6 months ago

    Each Page Builder row has a unique ID so we’re setting the margin for each row ID there.

    Here is our overview tutorial on this:

    https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

  15. Nathan Porter 11 years, 6 months ago

    Super! Thank you again for your help. Great service.

  16. Andrew Misplon Staff 11 years, 6 months ago

    No problem. Glad we could help out.

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