Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1104750
    simonpurdon
    Participant

    Hi,

    On my website I am trying to align a certain button (the join now button on the home page above the footer), to center. no matter what css I try, it doesn’t seem to be aligning to center.

    Please help!

    many thanks,
    Simon

    #1104751
    simonpurdon
    Participant
    This reply has been marked as private.
    #1104853
    simonpurdon
    Participant

    Also, is there any way to remove the white line that appears directly above the very bottom footer? I can’t seem to get rid of it.

    #1104967
    Thai
    Moderator

    Hi Simon,

    To make the join now button center & remove the white line at the footer, please add the following CSS under Customizer > Custom > Global CSS:

    a.typeform-share-button {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    footer.x-colophon.bottom {
        border-top: none;
        box-shadow: none;
    }

    Hope it helps 🙂

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