Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #388789

    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

    #388801

    Hi studio-Lux ;
    If I don’t misunderstood :
    In the Custom Css Classes you should just write the name of “your-id” without “#”

    • This reply was modified 9 years, 9 months ago by begrafiks.
    #389222

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.