CSS not working on mobile
-
I added the CSS code so the title can have a color background and all that, but in mobile it doesnt respect the color. Here is my code:
.accordion { } .accordion-title-daca { border-top: 1px solid #029670; margin-top: 5px; padding: 10px 30px 10px 10px; cursor: pointer; background-color: #029670; color: #fff; font-size: 17px; font-weight: normal; margin-bottom: 0px !important; } .accordion-title:hover {} .accordion-title:first-child {border: none;} .accordion-title.open {cursor: default;} .accordion-content { border: 1px solid #bcbcbc; padding: 30px; } .accordion-title-bridge { border-top: 1px solid #1b5aa8; margin-top: 5px; padding: 10px 30px 10px 10px; cursor: pointer; background-color: #1b5aa8; color: #fff; font-size: 17px; font-weight: normal; margin-bottom: 0px !important; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CSS not working on mobile’ is closed to new replies.