Home>Support>Two Questions

Two Questions

I’m using SO Pagebuilder on the Realty Theme. I’m having two issues:

1. I’m not able to remove the spaces between the header and the first row along with the last row and footer. I either need to have the background for the space changed or remove the space. I’ve tried almost every Custom CSS listed online but no luck. Please advise.

2. Does anyone know how to make the footer completely full width.

See attached images.

Thanks,
Daniel

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 9 months ago SiteOrigin
    Hi, I Work Here

    Hi Daniel

    Thanks for reaching out. These are theme support questions. Usually, it would be best to reach out to the theme developers for help. The below CSS rules should be inserted into a Custom CSS plugin of your choosing. If you’d like to try ours find it here: https://wordpress.org/plugins/so-css/

    1.

    @media (min-width: 768px) {
    .header-margin {
        margin-top: 50px;
        text-align: left;
    }
    }

    Adjust the 50px value above as required.

    #footer {
        margin: 100px auto 0;
    }

    Adjust the 100px value above.

    2.

    @media (min-width: 1200px) {
    	#footer-bottom .container {
    		width: 100%;
    	}
    }
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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More