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

    The generated CSS in Enfold is unnecessarily specific. which makes it difficult to override styles. For example I have 1 instance of a Partner/Logo element where I need to set a specific bottom margin at specific breakpoint. However this is how the Enfold sets the bottom margin
    .responsive #top #wrap_all .flex_column{}
    but then one element is set with
    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even{}

    Eliminating .responsive #top #wrap_all from both selectors would make it much easier to specifically override.

    See: https://10up.github.io/Engineering-Best-Practices/css/#css-specificity

    #628131

    Hey myralih,

    Thanks for letting us know.

    Best regards,
    Rikard

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