Mobile Issues 26 Feb 2020

Several users have reported trouble using the website when browsing on their telephones.

1 - The menu does not work on mobile. When I toggle the menu and click the link, it takes a few tries for it to load.

2 - Also on mobile, on the “About Us”, page, the text will not centre. I tried restricting the width of the text block, but it would always align left even when set the column to align centre.

Browser - Chrome on Android

Site - www.OrderOfTheGoldenTalon.com

Thank you for your help.

Hi @Cesare_Rizzo,

Thank you for reaching out to us.

  1. I checked your site in Chrome browser using an android device and tested all of the links in mobile menu and I’m not experiencing any issue. Can you please clear your browser’s cache and see if this resolves the issue.

  2. On About Us page, you have added the inline CSS text-align: left; for aligning the text to the left that’s why the column’s center align setting isn’t working. Either remove the inline style from the HTML markup you’ve added or change it to text-align: center; in the Text element:

Let us know how this goes!

I didn’t add anything manually, I have only used Cornerstone to edit the page. How should I go about fixing this?

Hi @Cesare_Rizzo,

Those inline CSS in the text that @nabeel included in his response might have been added when you used the WYSIWYG editor to the text of the Text Element.

To get rid of those codes, you can edit the text content in plain text mode then delete those inline CSS and save the page.

That way, the text align setting of the column will take effect.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.