Remove white border around section - Integrity theme

Hi There,

I’m building this splash page and placed all of the content into one section. This section has a white background and a grey border that I assigned to it, but I did not assign the outermost white border.

I was wondering how I might remove the white border from a section in Cornerstone. I’ve seen topics involving how to remove borders from blog posts, but not on regular pages. I was also wondering how I could add a little more space between the section and the top of the page.

I’m sure it’s something that’s super simple that I’m missing.

Thank you in advance for the help!

-Katie

Hello There,

Thanks for writing in! What page template did you use? Blank - No Container | No Header, No Footer should be use in this kind of layout. The white space before the border could also be a margin of the section or row so please check your settings. To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

Regards.

Thanks for the speedy reply!

Here is the link: http://dandylionseattle.com/

I used Integrity theme with Cornerstone. The page is set to blank, no container | no header, no footer. The margins and padding have not been touched. :confused:

Hi there,

Please add this code in the custom CSS:

.home .entry-wrap {
    padding: 0;
    margin-top: 50px;
}

Thank you so much!

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.