Needs advice on white spacing below image

Posted in: Newspaper
Post count: 80

Hey there,
Image on the Bottom Right of the home page:(‘Shaping Homes of the Future…..’)
I would need advice on the white spacing below this image. As I have already tried using different ways and methods to input the image such as ‘Single Image settings > Image Size’ Or in this case now ‘Text widget’. I somehow cannot have the image fit to frame / have the specific size I would want it, while having huge white spaces below it. Please advice me on this.

Current Website Url: http://leapdsc.com/leapdsc/client/hdb/

Post count: 23312

Hello leapdsc,

Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.home .widget_text{
margin-bottom: 0;
}
.home .wpb_content_element{
margin-bottom:0;
}
.home .vc_wp_text .textwidget {
margin-bottom: 0px;
}
.home .textwidget p{
margin-bottom:0;
}

The result is here -> https://www.screencast.com/t/WqdgnPvpsKL4

Thanks for your understanding!

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