• blindaman

    (@blindaman)


    The overlappable section of my homepage has stopped overlapping. This was working a few days ago, but I have done some updates since then.

    I have the ” Allow content to overlap header” selected under front page hero.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ionut Tudose

    (@ionuttudose)

    Hello,

    Please, use this extra CSS code for solving your issue :

    @media screen and (min-width: 1024px){
    #overlappable-4 .row.spaced-cols.text-center{
    margin-top:-100px !important;
    }
    }

    Thread Starter blindaman

    (@blindaman)

    Thanks, that worked.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Overlappable not overlapping’ is closed to new replies.