Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1166552
    angelit03
    Participant

    Hi! I’m trying to set the footer on my theme in one line, but there’s no way! Im getting crazy! I have just adjusted .x-nav to float left and .x-colophon-content to float right, but with .x-social-global in the middle of the container .x-colophon-content go to another line 🙁

    Can you help me, please?

    Thanks in advance!

    #1166553
    angelit03
    Participant
    This reply has been marked as private.
    #1166822
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! I tried to login with the given credentials but it’s not working. Can you please double check the credentials.

    Thanks!

    #1167848
    angelit03
    Participant
    This reply has been marked as private.
    #1167952
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    @media (min-width: 769px) {
    
    .x-colophon.bottom .x-social-global {
        padding-right: 26%;
    }
    .x-colophon.bottom .x-nav {
        float: left;
    }
    .x-colophon.bottom .x-colophon-content {
         float: right;
         margin-top: -30px;
    }
    }

    Hope it helps,

    Joao

    #1171140
    angelit03
    Participant

    Thanks! That worked great! You’re amazing! 😀

    #1171179
    Thai
    Moderator

    You’re most welcome 🙂

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