Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1182224
    KB-WFW
    Participant

    Hi Support,

    Just trying to make the three columns in the footer narrow. See here https://goo.gl/sW8aFm

    I was able to edit that with :

    .x-column.x-1-3 {
    width: 21.667%;
    }

    Although haven’t tested a different view ports.

    But, now I would like the content to be more in the middle of the page? See attached.

    Is that possible ?

    thakns

    #1182596
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    footer.x-colophon.top .x-column.x-md.x-1-3 {
        width: 30%;
    }

    Thanks.

    #1183581
    KB-WFW
    Participant

    Thanks Prasant.

    I was able to narrow the columns but want I was trying to do was move the three column into the middle of the page. Right now they are left aligned..

    Anyway to do that ?

    thanks

    #1183621
    Joao
    Moderator

    Hi There,

    Please add the following code:

    @media(min-width:769px) {
    .x-colophon.top {
        padding-left: 20%;
    } }

    Hope that helps

    Joao

    #1183629
    KB-WFW
    Participant

    Yes, Perfect. Thanks you again X-Theme Support 🙂

    #1183635
    Joao
    Moderator

    You are welcome,

    Joao

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