Trip page layout in mobile screen

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9846
    asrar
    Participant

    Dear @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 mobile

    http://test.malaysia-adventuretours.com/travel-keywords/all-trips/

    Thanks Asrar

    #9861
    Support Team
    Keymaster

    Hello @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!!

    #9862
    asrar
    Participant

    Dear @Support Team .

    Awesome!

    It is solved the trips, but can the Filter list components be INLINE instead BLOCK ?

    Thanks

    #9863
    Support Team
    Keymaster

    Hello @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!!

    #9865
    asrar
    Participant

    Dear @Support Team

    Great! it is done looks accordingly.

    Appreciate your help 🙂

    #9866
    Support Team
    Keymaster

    Hello @asrar,

    Glad to help you.

    Let us know if you have any queries further.

    Regards!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘WP Travel Utilities’ is closed to new topics and replies.