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?
.jpeg)
The Custom CSS:
-
This topic was modified 9 years by
Bogdan B..
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!
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!