Blocks space

Posted in: Newspaper
Post count: 260

Hello

On homepage, under a space is under the second menu.
How could we achieve to make it disappear?
I think come from one of the custom CSS (I put all the elements below).

There is an space too big to.
How I achieve to reduce that?

Capture

The Custom CSS:

https://pastebin.com/a0uXpbkp

  • This topic was modified 9 years by Bogdan B..
Post count: 22421

Hello,

The space is a top margin added for each page and is set by default to 48 pixels. You changed that default implementation in your custom css code but left a 10 px margin https://www.screencast.com/t/8aR8cv3So
Your code will affect the top and bottom though so if you want to have different margins for the top and bottom part of your page you will have to use all 4 parameters of the margin. You use the shorthand version now with 2 parameters.

Thank you!

Post count: 260

Thank you for the first block.

How I manage to reduce the heigh of the second one on my image?

Regards

Post count: 22421

The second block spacing is a custom css you added. Please remove this code from your advanced css box:
.td_block_big_grid_3 {padding-bottom: 20px;}
Thanks.

Post count: 260

Hello

I erase this line but no change.
I tried to put Opx but no change too.

How I could reduce the space under the big grid on the hompage?

Regards

Post count: 22421

Hello,

You can access the big grid’s design options and reduce the size f the margin -bottom to what value you want: https://www.screencast.com/t/cHyDcbgLmck

Thank you!

Post count: 260

Perfect!
Thanks

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