Space under Heading 11

Posted in: Newspaper
Post count: 61

Hi

On http://www.modburyteam.org/home-2/ is there anyway to reduce the white space following the Heading 11 (Our Churches) and the first row of pictures?

Many thanks

Alex

Post count: 22421

Hello,

Our theme adds a margin bottom to all the blocks so using inner rows inside other rows will create multiple margins for the element. Please add a custom class to the row in the page builder and that way you can remove the margins specifically for that row. I will be able to provide the needed code. Simply access the row settings for the row containing the churches content and type in a custom class name like so: https://www.screencast.com/t/U4evR6xT8 It can be any name you want.
Let us know once you do so and I will provide the code to remove the spacing.

Thank you!

Post count: 61

Hi Bogdan

Thanks for the response. The custom class is: churchesclass

Alex

Post count: 23312

Hi Alex,

Please provide a useful screenshot of where exactly you want to remove a space for a better understanding.

Thanks for the message!

Post count: 61

Hi Catalin

https://www.dropbox.com/s/mghqw30va1iynol/spavesaver.jpeg?dl=0

I would like to close the text up to below the section title and also to reduce the space between the text and pictures

Many thanks

Alex

Post count: 23312

Hi,

Use the code below ->

.churchesclass .td_block_text_with_title {
margin-bottom: 0;
}
.td_block_wrap {
margin-bottom: 10px;
}

Thanks.

Post count: 61

Brilliant – very many thanks – great service as usual

Alex

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.