- This topic has 5 replies, 2 voices, and was last updated 3 years, 8 months ago by
Support Team.
- AuthorPosts
- September 5, 2019 at 4:42 am #19483
Sakuna
ParticipantHey @support:
Sorry, I am not certain whether this topic relates to WP Travel or the WP Utilities addon.
The Facts section on Itinerary pages that displays icons and a couple of words of description and has a grey-ish background is wider than viewport width on Safari desktop. On mobile Safari tests indicate it is ok, and on Chrome desktop there is no issue. I cannot test Android since I don’t have that device.
I think this is a CSS issue, but not sure.
Does this make sense?
Thoughts?
September 5, 2019 at 10:57 am #19489Support Team
KeymasterHello
Can you please provide us with the screenshot of the reported issue as we are having trouble replicating the issue in our side ?
Regards!
September 5, 2019 at 4:10 pm #19494Sakuna
ParticipantHey @support:
Thanks for the follow up. The issue is a little difficult to describe.
Here is a Google Drive link with a couple of screenshots.
Thanks!
The link is not showing when I publish the reply, but is still here when I edit the comment, so I am hoping you see it on your end.
September 6, 2019 at 3:50 am #19507Support Team
KeymasterHello
Unfortunately, we have not received any links that you have attached in the forum above.
Kindly send us the attachment link in the given mail address : support[@]wptravel.io
Regards!
September 18, 2019 at 11:50 pm #19852Sakuna
ParticipantHey @Support:
Thanks for following up via email and providing a solution. For other users who experience this issue, here is the fix:
.single.single-itineraries #content { overflow-x: hidden; }
Then add the following to ensure the facts UI displays correctly on desktop and mobile:
@media screen and (min-width: 1024px) { .tour-info .tour-info-column .tour-info-item{ width: 33.3%; } }
Thanks again!
September 19, 2019 at 3:29 am #19856Support Team
KeymasterHello,
Thank you for mentioning the solutions and hope it will be helpful to the user looking for these solutions.
Best Regards!!
- AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.