• Hi,

    I try to describe my problem…
    On start page like on other sites there seems to be a anchor that defines the start of content beneath the header image. So when I click the Action-button on my static start page I get to the content. My problem here ist that this anchor is to far below, the menu-bar masks the side-title and in some cases on other sites the text. So the visitor has to scroll upwards to see the full content.
    Maybe I could increase the margin or padding, but that will create wide white space I will avoid.
    Which options do I have?

    thanks a lot!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    Please try adding this extra CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    
    @media only screen and (min-width: 1025px) {
    
      .home #primary .post-wrap {
        margin-top: 60px;
      }
    
    }
    

    Adjust the value as needed.

    Regards,
    Kharis

    Thread Starter pakka

    (@pakka)

    hi,
    but that was not my intention to increase the white space!
    I want the top slider to mask the header-image instead of title and text.
    Is that possible?

    I am sorry I can’t get what’s exactly you want to achieve. Could you please elaborate it? If possible, take a screenshot with some annotations to help me easier figure it out. Please note as this forum doesn’t allow to upload direct attachment, you should upload the image file to the free file hosting service like cloudup.com, and share its link here.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘header menu masks title and text’ is closed to new replies.