Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1255489
    Cocchini.MD
    Participant

    Hi. I know about the option to toggle on/off the return to top anchor in customizer but the options only allow you to float it left or right. I already have my chat icon right and my share icon left, and on mobile they are over lapping. So I need to center Align the “return to top” anchor.

    Is that possible. Thank you.

    #1255522
    Cocchini.MD
    Participant
    This reply has been marked as private.
    #1255822
    Rupok
    Member

    Hi there,

    Thanks for writing in! This could be possible with some CSS. You can add this under Custom > CSS in the Customizer.

    .x-scroll-top {
      left: calc(50% - 17px) !important;
      right: auto !important;
    }

    Cheers!

    #1255843
    Cocchini.MD
    Participant

    No dice :-/

    Did I do something wrong?

    #1255942
    Rupok
    Member

    Hi there,

    I have tested the code on your site and it works fine – http://prntscr.com/d7067o

    It was not working because your previous code was not closed properly – http://prntscr.com/d706tt

    I have fixed that and it’s working fine now.

    Cheers!

    #1256204
    Cocchini.MD
    Participant

    You rock. Thank you.

    #1256225
    Christian
    Moderator

    You’re welcome.

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