peterr-4
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Layout interfering with ordinary WordPress pages.
Started by: peterr-4 in: Toolset Professional Support |
2 | 5 | 6 years, 11 months ago | ||
Pages are not responsive on mobile. Layout is interfering with pages
Started by: peterr-4
in: Toolset Professional Support
Problem: I expected to see: responsive page on mobile, I previously inquired about the same issue with the custom posts, but this issue is also affecting ordinary pages. Solution: It is a custom CSS codes problem, in the HTML source codes of problem page you mentioned above, line 144, there is a CSS code: @media (min-width: 0px){ .container { width: 750px; } } You can try to modify it to: @media (min-width: 0px){ .container { width: 100% !important; } } And test again, see screenshot CSS3.JPG Relevant Documentation: |
2 | 6 | 6 years, 11 months ago |