Raw content and white space

Hi, I am using raw content element with a shortcode. But I am getting below a big white space. How do I remove the white space?

Thanks.

Christiaan

Hey Christiaan,

The white space added to below the content of the Raw Content element depends on the content itself. There might be a default CSS that is adding the default space below it.

To confirm this, can you please provide the link to the page where the Raw Content element is so that we can check it and provide you some suggestions?

Thank you.

Hi Jade,

Thanks. That is http://traditions.wine/accommodaties/
The problem is between the photo gallery and the button.

Thanks, Christiaan

Hey Christiaan,

There is this blank div that comes with the code you have added in the Raw Content element which is the source of the space:

Try adding this code in X > Theme Options > CSS:

#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {
    display: none;
}

Hope this helps.

Hi Jade,

Unfortunately it did not work… (so I removed the code now) do you have another suggestion?

Hi @christiaanakkermans,

Try this one, add this to your Theme Options > CSS


.tablenav-pages_0 {
	display: none !important;
}

But are you sure you want to remove that area though? That seems to be the pagination area when you have more than 8 images a number (pagination) will show on that area.

Please do mind, that styling is coming from Photo Gallery plugin and we can not provide support for 3rd part plugins. If the issue persists please contact the plugin author, there might be settings on the plugin that turns off the pagination without adding custom CSS.

Hope it helps,
Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.