Empty space near header

Hi
Can you look at the attached picture and tell me how to make the empty space at the top disppear - what changes do i need to do on the theme settings
Because of this the total viewable area is reduced on mobile
thanks
Sarina

Hi Sarina,

It seems that’s the top padding the auto ads plugin adds to the body. To fix this issue, please add this custom CSS under Theme Options > CSS:

body {
    padding-top: 0 !important;
}

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.