Home Forums Pro Themes Travel Ultimate Pro Travel Ultimate Pro –

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #151299
    Marek Sedlak
    Participant

    Hi!
    When I installed WP Travel Pro plugin intoTravel Ultimate Pro theme, this orange button that lets you scroll up overlaps the Booking button.

    I need to move the button more to the top. I can see that the div’s style is changing from
    <div class="backtotop" style="bottom: 25px;">
    to
    <div class="backtotop" style="bottom: -100px;">

    I need more than 25px, I need to move it upwards.

    Overlapping Arrow Button

    How can I do that? Thank you so much guys.

    #151309
    Psink
    Keymaster

    Hello Marek

    Please add this css in additional css

    
    .backtotop {
        bottom: 100px !important;
    }
    

    Regards,

    #151325
    Marek Sedlak
    Participant

    Thanks Psink!

    Well if I do that, the element stays there all the time. I think its purpose is to be visible when you’re not on top. Is there a way how to achieve that?

    Thanks a lot,
    Marek

    #151461
    Psink
    Keymaster

    Hello Marek

    Oh yes, the above CSS is not useful as it should be. Please try this one.
    There is an option called “Theme Editor”, update the button space code of back to top button

    Please follow the screen record
    https://www.awesomescreenshot.com/video/3946938?key=295fa1dcb5b1908ffba1fbb563d85a6b

    Regards,

    #151832
    Marek Sedlak
    Participant

    That worked thanks!

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