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.

Blank Space and Font Reverts

5 years ago · Last reply by Andrew Misplon 5 years ago

Hello! I’m working on a website using page builder and the Charity Theme. I’ve read a lot on the blank space issue between the header and footer and the content on the page. No custom CSS I’ve tried has worked yet. I also tried going into page builder settings and changing the padding to zero and the widget box is unchecked. Can someone assist me with this?

I’m also having an issue with the font. It keeps reverting back to some Time New Roman looking default font. I’ve tried several things to make the fonts I’m using stick but so far no results. The website is landmarkupci.org

Thank you!

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

Need fast email support? Get SiteOrigin Premium

Replies

8
  1. Andrew Misplon Staff 5 years, 4 months ago

    Hi, thanks for reaching out.

    The space in question is added by the theme. If you’re within the first six months of purchasing Charity then It might be worth asking the authors if there is a standardized method for removing the space on specific pages http://themeslr.com/docs/fundraising/#support. For example, some SiteOrigin themes offer a page-level setting for removing the header bottom margin

  2. leticiagillet 5 years, 4 months ago

    I’m actually using their lite theme because the pro version actually messed the website up and off-centered everything, so I reverted back. Unfortunately It’s not an issue on the other pages, just the homepage. Is there no custom CSS I can use that will take away the padding. Even between the rows on the front page there is a thin white line. Nothing is touching as it should.

  3. Andrew Misplon Staff 5 years, 4 months ago

    Thanks for your feedback. Due to resource limitations, we’re usually unable to assist with Custom CSS modifications within our free support scope. For the home page you can try adding to CustomizeAdditional CSS or AppearanceCustom CSS if you’re using our Custom CSS plugin:

    .home #skipper {
    	padding-top: 0;
    }
    .header .container {
    	border-bottom: none;
    }
  4. leticiagillet 5 years, 4 months ago

    I appreciate the help! I’ll give it a try!

  5. Andrew Misplon Staff 5 years, 4 months ago

    Sounds like a plan :)

  6. leticiagillet 5 years, 4 months ago

    It worked in the header! Thank you!

  7. leticiagillet 5 years, 4 months ago

    I also added a second line and it corrected the issue in the footer:

    .home #skipper {
    padding-bottom: 0;
    }

    .header .container {
    border-top: none;
    }

    Thank you so much for the assistance!

  8. Andrew Misplon Staff 5 years, 4 months ago

    Super, glad to hear that helped :) All the best with your site.

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