Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2018 01:20 AM
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?
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2018 06:00 AM
Hi there,
There has worked out the following class on my end added to the Page Specific CSS
body .padding-top {
padding-top: 0rem;
}
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2018 06:00 AM
Hi there,
There has worked out the following class on my end added to the Page Specific CSS
body .padding-top {
padding-top: 0rem;
}