Archived topic
Space between sidebar widgets
5 replies · Started by Dev on February 5, 2021
Hello,
There is quite a lot of space between sidebar widgets. Please check the below image.
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
I've added the site link.
Hi Dev,
How did you add the search bar, there's an empty paragraph below the search bar.
https://www.screencast.com/t/g8tYZfGdwImd
You could try to delete it, if you can't find the way, then use this CSS to hide it:
p#asp-try-2_1 {
display: none;
}
Let me know :)
Hello,
This CSS has also stopped working why this is happening.
p#asp-try-2_1 {
display: none;
}
See here:
https://generatepress.com/forums/topic/breadcrumbs-font-custom-color/#post-1648315
Same issue probably.