• Resolved graememarshall

    (@graememarshall)


    Hi,

    On desktop the header appears as expected on every page, on mobile however it is present on the homepage and contact us page – https://www.castleblasting.co.uk/ – but on the about us and services pages it appears to be hidden behind the title….. any help greatly appreciated as I’m sure it’s a really simple fix that’s staring me in the face!

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

Viewing 1 replies (of 1 total)
  • Hi @graememarshall,

    It looks like you have set a negative top margin for those pages. Please add the following code to your Appearance -> Customize -> Additional CSS:

    #wp-block-themeisle-blocks-advanced-column-06863df1{
        margin-top: 0px !important;
    }
    #wp-block-themeisle-blocks-advanced-column-75d11ab7{
        margin-top: 0px !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Header Missing on Mobile on some pages’ is closed to new replies.