Problems with responsiveness
-
1. Front page welcome section:
BUTTON does not show when the screen is smaller (tablet or smart phone) than the typical laptop.
I searched previous threads and tried the code below in the custom CSS but no luck…
@media only screen and (max-width: 600px) {
.welcome-desc,
.welcome-button {
display: block;
}
}Also TEXTS of the welcome title and message do not wrap/show properly.
2. Pages with side bars are not responsive
How do I fix these?
Thanks.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Problems with responsiveness’ is closed to new replies.