how can i reduce the high of color section
Hi diefleischerei!
edit your color section and look or “Section Minimum Height”. Make you adjustments there.
Best regards,
Andy
`Section Minimum Height is set to 280px but no effect.
Hey!
Please remove paddings from color section option.
Best regards,
Vinay Kashyap
Sorry. we have tried this. This is the size at the moment:
how can we reduce the high 50px? http://imgur.com/HafDAEg
can i use a custom css class for the color section? can you please help us with the code :)
Greetings, Cornelia
Hey!
Thank you for coming back.
You can either use a custom css class (e.g. my-section-class) and/or a unique custom id (e.g. my-section-1) for each of the color sections:
Try the following code and adjust the values e.g.:
#my-section-1 {
min-height: auto !important;
}
#my-section-1 .template-page{
height: auto !important;
min-height: auto !important;
padding: 0 !important;
}
As selectors you can use:
#my-section-1
#my-section-1.my-section-class
.my-section-class
Hope this helps you.
Come back, if you need further assistance (add the ID’s and CSS classes and point out, where you need help.
Regards,
Günter