Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1307836

    Hi there,
    Eine Farb Section ( keine Ränder keine Mindesthöhe ) wird bei mir, auch wenn sie leer ist, immer mit Mindesthöhe von 100px angezeigt. Wie kann ich die Höhe auf 60px reduzieren?
    ===
    a color section (no borders, no minimum height) always has a minimum height of 100px, even if it is empty. How can I reduce the height to 60px?

    thank you, solf

    #1307944

    Hey solf,

    Thanks for contacting us!

    Please edit your Color Section element and give it a custom ID in Advanced > Developer Settings tab (“my-cs” in example below) and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling

    #my-cs {
        min-height: 60px;
    }

    Best regards,
    Yigit

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