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.

Two Questions

10 years ago · Last reply by Support Assistants 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Support Assistants 10 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread