Site logo

Archived topic

Space between sidebar widgets

5 replies · Started by Dev on February 5, 2021

Viewing posts 1–6 of 6

Hello,

There is quite a lot of space between sidebar widgets. Please check the below image.

http://prnt.sc/yf4a9b

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;
}

This archived topic is closed to new replies.