Site logo

[Support request] Navigation overlapped by headers

Home Forums Support [Support request] Navigation overlapped by headers

Home Forums Support Navigation overlapped by headers

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1964673
    Carrie

    The header nav looks perfect on my home page, but it’s suddenly out of alignment on all other pages. It’s like the page container is too high so it overlaps the navigation, but this appears to be set the same on all pages. It also happens when I create a new page.

    Can you please tell me how to fix this? I’m guessing that I accidentally changed a setting somewhere. <grimace>

    #1964694
    Ying
    Staff
    Customer Support

    Hi Carrie,

    Can you try to remove this CSS:
    https://www.screencast.com/t/0LNvdac8Wgzu

    Let me know 🙂

    #1964707
    Carrie

    If I do that, it messes up the headers of the blog and posts. Is there a setting solution that doesn’t involve changing CSS?

    #1964718
    Ying
    Staff
    Customer Support

    You can try modify the display rule of the Page Title new element at Appearance > Elements.

    You can manually add the page one by one to the location list.

    Or

    SetEntire site as location, then exclude Front page and other pages that you don’t want the Page title hero to show.

    #1965547
    Carrie

    I’m sorry, I’m not following. How do I make the blog featured image slightly overlap the header, like it did originally in the Target starter site?

    #1965559
    Ying
    Staff
    Customer Support

    You’ve removed the CSS?

    Alright, if so, try add this CSS:

    @media (min-width: 769px) {	
        body.single-post .site.container, body.blog .site.container, body.archive .site.container,{
            margin-top:-40px;
         }
    }
    #1966509
    Carrie

    Okay – do I add it anywhere in the CSS, or in a particular spot?

    #1966538
    Ying
    Staff
    Customer Support

    You can add it to the end of all your CSS.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.