Home Forums Free Themes Travel Ultimate Booking button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #159314
    aluiziomeneghelo
    Participant

    After the last update, the Booking button in the travel page was move to the bottom of the page. Beside been ugly, this solution is not functional. In the mobile, the button is lost in the far bottom/right. It is impossible to the client close the deal with this button.

    Could you please let me know how can I fix this problem?

    #159416
    Psink
    Keymaster

    @ALUIZIOMENEGHELO, can you please share a site URL? and if possible some screenshots of the issue

    #159446
    aluiziomeneghelo
    Participant

    Sure. I divided in 4 parts for you to understand.

    Image01 – https://prnt.sc/1x3zulj – chose the trip’s date

    Image02 – https://prnt.sc/1×40284 – Chose the price

    Image03 – https://prnt.sc/1x408jk – The price and the date only appear in the bottom of the page. After the RELATED TRIPS. With no Booking button. (and the date is not working properly)

    Image04 – https://prnt.sc/1x40hpi – in the far bottom/right I can find the booking button.

    URL: https://bfexpedition.com.br/

    #159507
    Psink
    Keymaster

    @ALUIZIOMENEGHELO, Add this CSS in the Additional CSS

    
    @media screen and (max-width: 1023px) {
    
        .wp-travel-booking__panel-bottom {
            display: block;
            justify-content: normal
    
        }
    
    	.wp-travel-booking__panel-bottom .right-info {
    		text-align: left;
    	}
    }
    

    Hope this will help you

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