Home Forums Pro Themes Travel Master Pro Booking Button not visible on mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #150425
    Paul Parreno
    Participant

    Hello,

    When viewing my website http://www.carpedm.ca is not visable. Please advise, thank you!

    #150444
    Psink
    Keymaster

    Can you please in which page does booking btn is not visible. I have checked your site and I can see booking btn is visible in a single trip page in mobile page too.

    here is the reference screen record
    https://www.awesomescreenshot.com/video/3757912?key=c66b8961fc5df66ff32bd3cb2293a0c4

    Can you please elaborate in more detail on the issue?

    Regards,

    #150474
    Paul Parreno
    Participant

    Thank you for your message: here is the link to my mobile website video:

    Demo VIDEO Booking not possible

    So after I select the minimum number of passengers and I am ready to book, the button doesnt appear at the bottom of the screen. Try to complete a booking and you will see you wont be able to. As the booking button doesnt appear. Hope this helps and thank you for your quick reply.

    #150541
    Psink
    Keymaster

    Hello

    Please add this css in the additional css to show booking btn on mobile screen

    
    @media (max-width: 991px){
    	.wp-travel-booking__panel-bottom{
    		display: block;
    	}
    	.wp-travel-booking__panel-bottom .left-info{
    		padding-right: 20px;
    	}
    	.wp-travel-booking__panel-bottom .right-info {
    	    padding: 20px 0 40px 0px;
    	    text-align: left;
    	}
    }
    

    After adding this you will get a booking button at the bottom of the page

    Regards,

    #150968
    Paul Parreno
    Participant

    Thank you Mr. Psink! Worked beautifully 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.