Hi there,
I am trying to have a color section with a smaller hight then default.
1. In this field “For Developers: Section ID ” in the color sector I have named the section sub-header
2. in Quick CSS i have set the following :
.sub-header {
min-height: 6px;}
But nothing changed in the section … Am I missing something ?
Thanks in advance for your help …
Hey pipinvest01,
You are targeting a class in your CSS, the selector for ID is the hash sign:
#sub-header {
min-height: 6px;
}
Best regards,
Rikard
many thanks !
topic can beclosed