• As the title says, the fixed header is covering the post title image and half of the button on the home page. This is only a problem on the mobile/tablet versions of the site. Is there a way to bring that down so it is still visible? What am I missing?

    Thanks,
    Scott

    soundsofdisney.net

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Prin a11n

    (@prin_settasatian)

    Hello there,

    It seems you would like the header to not cover the post title image.

    You can use CSS to do this:

    @media (max-width: 767px) {
        .elementor-55 {
            padding-top: 92px;
        }
    }

    On mobile, the header is 92px tall, so that was how I came up with the value for the above CSS.

    To add custom CSS code:
    1. Go to your site’s dashboard.
    2. On the left sidebar, click on Appearance -> Additional CSS.
    3. Paste the code and click on the Save Changes button.

    Let me know if you need further help.

    Hi,
    It seems your page has been built with Elementor builder. So there should be an easy solution to fix this responsive issue from the Elementor editor.
    Therefore you can paste this CSS, hope this will also fix it quickly.

    @media all and (max-width: 768px){
    .elementor-top-section {
        padding: 130px 0px 50px 0px !important;
    }
    }

    Regards

    Thread Starter srivers86

    (@srivers86)

    Thank you so much! That worked perfectly.

    Scott

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fixed Header is Blocking Part of My Post Title(mobile)’ is closed to new replies.