Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1261176
    yhshin1020
    Participant

    Hey,

    I have added a custom code at the footer widget area using the “text” element and I’ve wrapped it all in a div after which i centered the div so that it would appear horizontally middle of the footer.

    This works fine on my homepage, but on other pages i notice that it is slightly to the right.

    How can I ensure it stays center on all pages?

    Thank you.

    #1261180
    yhshin1020
    Participant
    This reply has been marked as private.
    #1261344
    Rupok
    Member

    Hi there,

    Thanks for writing in details with credentials. I have just added style="clear:both" to your text element to fix the issue.

    Cheers!

    #1262100
    yhshin1020
    Participant

    That worked great.

    Thanks a ton!

    #1262152
    Darshana
    Moderator

    Glad we were able to help 🙂

    #1275876
    kbosland
    Participant

    I am having a similar problem, my footer is shifted to the left, but I am not quite sure what you did above.

    https://www.carbonclinic.com

    #1275881
    Paul R
    Moderator

    Hi,

    To fix it, you can add this under Custom > Edit Global CSS in the Customizer.

    
    body .x-colophon.bottom > .x-container.max.width {
         margin: 0 auto;
    }
    

    Hope that helps

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