Removing the white gap at the top of Service Portal between Navbar Divider & Homepage Search

RichardSaunders
Tera Guru

I have a white gap between the navbar divider & homepage search, I don't have any containers or empty widgets above homepage search. How do i close this gap?

find_real_file.png

1 ACCEPTED SOLUTION

Piotr Ba_amut
Giga Expert

Hi there, 

There has worked out the following class on my end added to the Page Specific CSS

 body .padding-top {

        padding-top: 0rem;
}

View solution in original post

5 REPLIES 5

Piotr Ba_amut
Giga Expert

Hi there, 

There has worked out the following class on my end added to the Page Specific CSS

 body .padding-top {

        padding-top: 0rem;
}