Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1096403
    kerenflavell
    Participant

    Hi there

    My site is working great.. thanks! however, on the mobile my footer links are all over to the right hand side, looking weird.

    http://www.townhallapp.io/

    Please help.

    Thanks

    #1096480
    Friech
    Moderator

    Hi There,

    Thanks for writing in! That is because of the huge amount of padding you applied on that section and its row (container).

    You can add this under Custom > CSS in the Customizer, to resolve that on mobile.

    @media (max-width:  767px) {
    	.home #x-section-9, .home #x-section-9 .x-container {
    	padding: 10px !important;
    }
    .home #x-section-9 .x-container .x-text {text-align: center !important;}
    }

    Hope it helps, Cheers!

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