Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1312548
    Paul R
    Moderator

    You’re welcome! 🙂

    #1328189
    quituck
    Participant

    Hi again,
    I have another footer question. Do you know how I can align the text in my footer? Please see the image attached for reference.

    Thank you

    #1328336
    Rad
    Moderator

    Hi there,

    The first widget on your footer has <br> and adds space above it. Especially the first link, it has <br>. Make sure it doesn’t have line breaks.

    Thanks!

    #1328343
    Paul R
    Moderator

    Hi,

    I went ahead and remove extra spacing.

    https://www.screencast.com/t/rwllZrbgseF

    #1328645
    quituck
    Participant

    Perfect!

    I love all of your support.

    Thank you!

    #1328846
    Rahul
    Moderator

    Glad to hear it and thank you for your kind words!

    Feel free to ask us again if you have any queries regarding the X-theme.

    Thanks for choosing the X-theme.

    #1353635
    quituck
    Participant

    Hi,
    While I was browsing my website on my mobile device I notice that the containers were resizing to my screen. Please see the image attached. Any idea how to optimize my footer so that it resize full screen width.

    #1353669
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    @media (max-width: 979px) {
    .x-colophon.top .x-column.x-1-3 {
       width:100%;
    }
    
    .x-colophon.top .x-container.max.width {
        width: 100%;
    }
    }
    

    Hope that helps

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