CSS in 1.7.7 is conflicting with our buttons
-
this ruleset isn’t declared specific enough and is creating issues with our styles.
.iee6_event-buttons a, button {
flex: 1;
padding: 8px 10px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 14px;
text-align: center;
}I believe it needs to be
.iee6_event-buttons a, .iee6_event-buttons button {
flex: 1;
padding: 8px 10px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 14px;
text-align: center;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘CSS in 1.7.7 is conflicting with our buttons’ is closed to new replies.