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.

Row Starting with Siteorigin Hero image not top aligned

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

On my landing page I start with a row that has the SiteOrigin Hero widget, but I cannot get it aligned with the top of the page itself. There is a space between the menu header and the hero image, and that space seems to be actually the next row in the editor – the second-row loads first – for a split second – then the margins in the gap equal the margins in the second row.

For the Siteorigin Hero row, I went into the widget and set all of the padding to 0 and that did not work. I then tried to set the “Background Image Display” to “Cover” and that did not work, either.

How can I close the gap between the menu bar and the first row?

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 5 years, 11 months ago

    Hi Terry

    Thanks for reaching out.

    Do you have a public URL where we can take a look at what’s going on?

  2. Andrew Misplon Staff 5 years, 11 months ago

    Thanks.

    The space in question is added by your theme. One option is to check theme documentation to see if there is perhaps a page setting that can be enabled to remove the top padding/margin. I couldn’t find a setting in the documentation when I checked.

    You can try adding the following to CustomizeAdditional CSS to help:

    .home.page-template-template-full-width-php .content-area {
    	padding-top: 0 !important;
    }
    .home .entry-content {
    	margin-top: 0 !important;
    }

    We aren’t usually able to assist with Custom CSS changes within our free support scope, we can within our SiteOrigin Premium support scope where our budget allows for it. This is also possibly something theme support can also lend a hand with. Hopefully, the above does the trick for the home page.

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