Removing spaces between Elements

Posted in: Newspaper
Post count: 47

Hi,

I’m having an issue with adding two Single Image elements, one underneath another. They appear to have a default space/border. I have tried to set Margin/Border to 0px but it makes no difference.

I have followed this suggestion on the forum:
https://forum.tagdiv.com/topic/too-big-spaces-between-elements/

And added the CSS code as suggested by Lucian in Theme Panel> Custom CSS, but it has made no difference, any more suggestions? Appreciate any advise guys, thanks in advance!

I have the latest Newspaper Theme V 6.5.1 and Visual Composer V 4.7.4.

Kinds Regards,
Dave Colquhoun
droidbb8(dot)com

Post count: 47

I have also gone in and editted the CCS margin/border/padding to 0px for both Row and Column. But there still a space between the images.

Any advise?

Post count: 47

I’ve found it!

You need to go into Edit for each Single Image and apply “0” to board and margin to both.

Any easy way to apply global (default 0px) between Elements?

Post count: 7909

Hi,

Did you added the Single image elements to different rows?
You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/nDTdoKxV4rp

.wpb_single_image {
margin-bottom: 0;
}

If this doesn’t help provide a link so we can inspect this.

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.