Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #852461

    speester
    Participant

    I search on forum and put this code into customzier custom css

    ul#menu-footer-menu {
    position: relative;
    bottom: 0px;
    }

    .x-colophon-content {
    position: relative;
    top: 70px;
    }

    @media (max-width:797px) {
    .x-colophon-content {
    top: 40px;
    }
    }

    It works on desktop

    But on mobile the social icons get cover up.

    How do i solve this. Thanks !

    #852464

    speester
    Participant
    This reply has been marked as private.
    #852466

    speester
    Participant

    If possible,

    could the arrange be

    Menu

    Social icons

    Copyright text

    Thanks !

    #852755

    Jade
    Moderator

    Hi Nelson,

    There could be a more appropriate CSS that we can apply that would work well for both desktop and mobile but would you mind giving us an info about what is it that you’re trying to do so that we could provide you the CSS code tailored to your need.

    Thank you.