- This topic has 5 replies, 2 voices, and was last updated 4 years, 4 months ago by
Support Team.
- AuthorPosts
- January 25, 2019 at 6:42 am #9846
asrar
ParticipantDear @SupportTeam
Appreciate your plugin always.
Here i have a problem, viewing the trips in mobile screen is different.
It looks so small .You may refer to the link provided for further details.
Note: Please open this link in mobilehttp://test.malaysia-adventuretours.com/travel-keywords/all-trips/
Thanks Asrar
January 25, 2019 at 8:45 am #9861Support Team
KeymasterHello @asrar,
The issue is due to your theme layout.
However, it can be fixed using the additional CSS.
For this go to Admin Panel > Appearance > Customize > Additional CSS and paste the CSS given below:
@media (max-width: 992px) { .wp-travel-trips-has-sidebar { padding-left: 0px !important; padding-right: 0px !important; } }
Hope this helps.
Let us know if you have any confusion further.
Best Regards!!
January 25, 2019 at 8:52 am #9862asrar
ParticipantDear @Support Team .
Awesome!
It is solved the trips, but can the Filter list components be INLINE instead BLOCK ?
Thanks
January 25, 2019 at 9:01 am #9863Support Team
KeymasterHello @asrar,
Please add the CSS given below for the filter widget.
@media (max-width: 992px) { .wp-travel-toolbar { padding-left: 0px !important; padding-right: 0px !important; } }
Hope this helps.
Regards!!
January 25, 2019 at 9:26 am #9865January 25, 2019 at 9:55 am #9866Support Team
Keymaster - AuthorPosts
- The forum ‘WP Travel Utilities’ is closed to new topics and replies.