Okay
  Public Ticket #2578218
Your social icons mess up on bottom in mobile-view
Closed

Comments

  •  1
    Peter started the conversation

    Hi guys


    I am using native footer, I believe. But this is what the icons look like on the bottom in mobile view. They are not stacked in a proper manner. Is it supposed to look like that?

  •  8,849
    Tahir replied

    Hey Again,

    Both the below custom css need to wrap inside a media query so they work on screen sizes above mobile.

    @media only screen and (min-width: 690px) {
        #copyright .span_7 {
            width: 27.5%!important;
        }
        #copyright .span_5 {
            width: 70%!important;
        }
    }

    Thanks


    ThemeNectar Support Team