Home>Support>Menu/Hero Image Issue

Menu/Hero Image Issue

On my homepage at www.tudorcoaching.com, as well as a few other pages on the site, I have the hero image (full width) at the top using page builder. When I first inserted it, there was a white line in between the blue menu and the top of the hero image. To resolve this, I did some researching and found what appeared to be a similar problem, so I used the solution by putting into the CSS Styles of the hero image row:

#main {margin-top: -60px;}

Visually, that appeared to fix it and take away the white space, but now the menu is hard to navigate on my desktop, and it seems like something is covering the bottom portion of the menu as the mouse scrolls over. I have this same issue on a few different pages. How can I get that fixed, get rid of the white space, and allow for full functionality of my menu?

Thank you very much for your support and guidance. I always appreciate your expertise.

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 Greg Priday
    Hi, I Work Here

    Hi Kevin

    So the first thing I’d suggest is removing all the row styling you’ve applied to the Hero Image widget row. Then navigate to AppearanceCustom CSS and add the following:

    .home #main {
        padding-top: 0 !important;
    }
    

    This will remove the top padding on the home page.

  2. 8 years, 9 months ago Kevin Tudor

    Hi Greg,

    I did that and still get a thin white line (about half the size as before) at the top between the menu and the hero image. I have this same set-up with the hero image full width at the top so this will need fixing on about 5 different pages.

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

    Hi Kevin

    Add the following below the rule Greg sent:

    .home.layout-full .panel-grid:first-of-type .panel-row-style.panel-row-style-full-width {
    	padding-top: 0;
    }
    

    Please, send links to the other pages you’d like to do this on. Thanks.

  4. 8 years, 9 months ago Kevin Tudor

    Excellent. That works perfectly on the homepage.

    The links to the other pages are:

    http://www.tudorcoaching.com/what-we-do/
    http://www.tudorcoaching.com/stocks/
    http://www.tudorcoaching.com/financial-coaching/
    http://www.tudorcoaching.com/udemy/

    On those ones, I still have my old fix which blocks the bottom half of the navigation menu. Thanks for your help.

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

    Sure :)

    Try replacing our previous CSS with:

    /* Home */
    
    .home.layout-full .panel-grid:first-of-type .panel-row-style.panel-row-style-full-width {
    	padding-top: 0;
    }
    
    /* What We Do */
    
    .page-id-992.layout-full .panel-grid:first-of-type .panel-row-style.panel-row-style-full-width {
    	padding-top: 0;
    }
    
    /* Financial Coaching */
    
    .page-id-1111.layout-full .panel-grid:first-of-type .panel-row-style.panel-row-style-full-width {
    	padding-top: 0;
    }
    
    /* Udemy */
    
    .page-id-1126.layout-full .panel-grid:first-of-type .panel-row-style.panel-row-style-full-width {
    	padding-top: 0;
    }
    
    /* Stocks */
    
    .page-id-1052.layout-full .panel-grid:first-of-type .panel-row-style.panel-row-style-full-width {
    	padding-top: 0;
    }
    
  6. 8 years, 9 months ago Kevin Tudor

    Great. That fixed it, along with adding the first CSS Greg used, replacing home with the page ID. Thanks a lot for your help.

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

    That’s great news :) Thanks for keeping us updated. All the best.

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