Home › Forums › Massage Center (Spa) Forum › Mobile Pages Not Formatting Correctly
- This topic has 10 replies, 2 voices, and was last updated 5 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
June 7, 2019 at 2:20 pm #124740
Hi
I am having a mobile page formatting issue. Most pages look fine on mobile, but a few will not stretch to the full width of the mobile device.
Any idea how to fix this problem?
Example
https://synergywellnessnc.com/contact-usThanks
June 10, 2019 at 10:55 am #124818Hi,
Your 1 year support for theme has expired. To continue receiving theme updates/access and support for another year kindly subscribe for just $18
Pay via PayPal:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E6MFAFM4T6RDL
OR
Pay via Credit Card:
https://sites.fastspring.com/sktthemes/product/singlethemeyearly
Once paid we will again renew your support for 1 year and you will also receive theme updates/access as and when they happen.
Regards,
ChrisJune 10, 2019 at 4:05 pm #124849I paid the support fee.
June 11, 2019 at 5:16 am #124864Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.entry-content iframe, #cpm_sROrFI { width: 100% !important;}
Regards,
ChrisJune 11, 2019 at 12:48 pm #124916Thanks for the response…
I added the code to the CSS and cleared the cache in my mobile device, and the pages are still not rendering correctly. When the page first loads it looks correct (full width, but then it get skinny.
June 11, 2019 at 12:56 pm #124918Screenshot on mobile
https://www.screencast.com/t/7BfBzLSsxVeNot all pages are doing it. And some pages are skinnier than others. I have never seen this before.
June 11, 2019 at 1:14 pm #124922Hi,
Kindly use this one
@media screen and (max-width:767px) { .entry-content .cpm-map { width: 100% !important; } }
Regards,
ChrisJune 11, 2019 at 3:58 pm #124927Thanks. That did fix the Contact Us page but not the others.
https://synergywellnessnc.com/book-appointment/
https://synergywellnessnc.com/video-library/June 12, 2019 at 5:51 am #124937Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .hours-and-scheduling.table, .entry-content iframe { width:100% !important;} }
Regards,
ChrisJune 12, 2019 at 3:14 pm #124999That worked. Thank you.
One more thing… On mobile, I have this large white space from under the page header image and the page title. How would I reduce this space?June 13, 2019 at 5:29 am #125021Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { .innerbanner { height:155px;} }
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.