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,
view-source:https://mindfulness.ie/about/fiona-odonnell/
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
https://cdn.toolset.com/wp-content/uploads/2018/01/606638-css3.JPG
Relevant Documentation:
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Hong_Kong (GMT+08:00)
This topic contains 5 replies, has 2 voices.
Last updated by 6 years, 11 months ago.
Assisted by: Luo Yang.