If you are seeing a blank space on the right margin when viewing your Trip Page on a phone, it could be a content issue.
When accessing your Trip Page on a mobile browser or in the YouLi App, if there is a large blank space on the side of the page, it may be due to:
- Fixed width settings for images on the Trip Summary
- or a non-breaking space with a hardcoded width in the HTML that you can't easily see
Check the Trip Summary image settings
To locate the content that is causing the problem, first check if you have any images under Update Trip -> Overview -> Trip Summary
If you do, check whether they have hardcoded width set and switch to % so it works on Desktop and Mobile.
- Go to the trip, then Update Trip -> Overview
- If you have the images under the TRIP SUMMARY, click the image icon after selecting the image to open the popup
- Check if your image width is set to a fixed number, in this case 600:
- We recommend changing them to a percentage value so it works on Desktop and Mobile screens.
- Save the change and check if the issue has been resolved.
Check for hardcoded elements in the HTML
- When large blank spaces appear on the page, you can first use the browser Inspect tool to identify the problematic content.
- Example:
- If you aren't sure what this means, continue with this checklist and do your best to remove the extra spaces.
- Edit the content with the extra spaces
- Look for any big spaces, especially those that might contain non-breaking spaces
- Look for things that impact the page layout, like
style = "margin-left:400px"
. You can troubleshoot by deleting or modifying these values. - Save the changes and refresh the page to verify if the issue has been resolved.
CAUTION: Be aware that pasting content from document editors like Word often adds these special characters you cannot see. We recommend cleaning up the content in a plain text editor before pasting it into YouLi.
Still Having Trouble?
If you're still unable to resolve the issue after following the steps above, please open a support ticket to contact us.
When submitting the ticket, please clearly describe on which menu sub-tab of the Trip Page the issue occurs, so we can quickly help you resolve the problem.