Hi,
I have a color block that has 1/3 columns within .
However there is a large space above the 1/3’s. I would like to remove this spacing.
I have given the name of the color block an ID of #colorblockhomepage
Hey shefferz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#colorblockhomepage .content {
vertical-align: top;
top: 50px;
}
Cheers!
Yigit
thanks! So from now on if i want to remove that padding – just create the ID and use that code? I wasnt able to find it in firebug.
Hi!
You are using equal columns and align them in middle. If you would like to have less space on top and bottom, please decrease the height of your color section element. If you would like to use custom CSS, that is totally fine as well :)
Cheers!
Yigit
Ok so since the height of the color block was 500 px, it was centering every at 250px in the middle.