Appointments mobile view not working correctly when switching theme
-
Hello,
When I was working with the theme travelfy I inserted this code to make the mobile view look great:
@media only screen and (min-device-width : 100px) and (max-device-width : 568px) and (orientation : portrait) { table.appointments-legend-table td{ float: left !important; margin-bottom: 15px !important; } .appointments-confirmation-wrapper fieldset{ padding-left: 3px !important; width: auto; } .appointments-confirmation-wrapper fieldset div{ width: 95% !important; } .appointments-confirmation-wrapper span{ width: 60%; } }
However, when I switched to the theme gopress and inserted this code to the style.css, it did not look good at all.
The appointments-plugin can be seen at site.
Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Appointments mobile view not working correctly when switching theme’ is closed to new replies.