Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1326549
    brendanduggan11
    Participant

    Is there anyway to raise the bottom scroll anchor button on integrity? It is off screen on my laptop.

    I would also like to disable it on mobile.

    Thank you.

    http://WWW.sunshinesalsatours.com

    #1326771
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Add this in your Customizer > Custom > CSS:

    .x-slider-scroll-bottom.bottom{
    bottom: 145px;
    }

    adjust the 145px to achieve position of your anchor icon.

    To remove it from mobile,

    @media (max-width: 979px) and (min-width: 768px)
    .x-slider-scroll-bottom.center {
        display: none;
    }

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1327427
    brendanduggan11
    Participant

    The code to move the scroll button worked. but the bottom code did not work. the scroll button is still appearing on mobile.

    #1327565
    Joao
    Moderator

    Hi There,

    Replace the last code for:

    @media (max-width: 979px) {
    .x-slider-scroll-bottom.center {
        display: none;
    } }

    Hope it helps

    Joao

    #1327694
    brendanduggan11
    Participant

    That worked. Thank You.

    #1327760
    Joao
    Moderator

    Glad to hear it 🙂

    Joao

  • <script> jQuery(function($){ $("#no-reply-1326549 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>