Hi folks, this is probably an easy one:
i am looking for a code which controls the space between the ‘special header’ (standard) and the text block elements (below the header)
I already reduced the margin to zero. but there is still a lot space between the elements.
what i have is a 1/1 special head element and below three 1/3 Text block elements.
hope you can help.
my nest regards
Pedro
Hi Pedro!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
body .column-top-margin {
margin-top: 0;
}
Cheers!
Yigit
great, thanks. with a px value it works fine!
my best regards