Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1013995
    creekview
    Participant

    Hello,

    I can’t figure out the correct CSS to center the footer widgets. Not the text within the widgets, but want to center the actual widget placement so that there is equal spacing between the 3.

    #1013996
    creekview
    Participant
    This reply has been marked as private.
    #1014090
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Actually those widget areas are equal in width. But the text content of the middle column make it looks like it is less than the other two side columns.

    You can add this under Custom > CSS in the Customizer to address the issue.

    @media (min-width:  768px) {
    	.x-colophon #text-5 {
    		width: 60%;
    		margin: 0 auto !important;
    	}
    }

    Hope it helps, Cheers!

    #1014356
    creekview
    Participant

    That worked perfectly, thank you! Love Xtheme support.

    #1014365
    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.

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