• Within the buttons.css file there are a few !important tags. For example:
    .gridlist-toggle {
    display: block;
    clear: both;
    margin: 0 !important;
    padding: 1em 0 !important;
    line-height: 1em !important;
    }

    These are causing us an issue as they cannot be overridden within our theme. Our frontend layout requires that we manipulate the margin and padding of the gridlist-toggle item.

    Why have you set the !important tags on these items?

    Can these please be removed?

    Thanks, George

  • The topic ‘CSS Important tags conflight with theme’ is closed to new replies.