Site logo

Archived topic

Remove blank space in sidebar title

7 replies · Started by Marcus on May 18, 2021

Viewing posts 1–8 of 8

Hi,

I don't want to show the blank space on top of the right sidebar where the title is supposed to be.

I have added following code:

.widget-title{
padding:0;
}

But it doesn't seam to work anyway.

How can I remove it?

Hi there,

That is coming from WP table builder so typically it should be handled by their support.

You can try this CSS first:

.inside-right-sidebar .wptb-table-container {
    margin-top: 0;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Hi Leo,

Thank you for your quick reply.

Unfortunately it didn't work.

But I have only put the WP Table builder short code into the sidebar widget?

Please see my examples of the widget area.

I just want to remove the blank space (sidebar title) and keep the wp table totally in line with the sidebar.

If you don't want a widget title, then simply leave the field blank.

Then the rest of the margin is coming from WP table builder as mentioned above.

My CSS should work to remove the space but I'm not seeing it being added.

Hi again Leo,

I have added the code and left the widget title blank but the empty space still remains.

It works perfectly now. Thank you for your great support as always!

No problem :)

This archived topic is closed to new replies.