Hi, I would like to change the height of my color section to 10 px. I want to use the section ID for navigation in a one pager,
I gave the color section the ID #navp ( also #navr,#navk, etc) and pasted the code :
#navf { height: 10px;}
#navp { height: 10px; }
#navr { height: 10px; }
#navk { height: 10px; }
#nava { height: 10px; }
#nave { height: 10px; }
to the quick css.
Unfortunately it did not work.
What can I do ?
regards
Walter
Hi studio-Lux ;
If I don’t misunderstood :
In the Custom Css Classes you should just write the name of “your-id” without “#”
Hi!
Thank you for using Enfold.
Did you add the id on the For Developers: Section ID field? Remove the hashtag symbol. You need to set the min-height property and maybe remove the padding. For example:
#navf { min-height: 10px; height: 10px; }
Why do you need to set the section height?
Regards,
Ismael