Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #705086

    hi. can you please help me to arrange the footer new onyl at mobile view.

    that it looks like this: http://imgur.com/a/L7dfu

    #705094

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .copyright {
        width: 100%;
        text-align: center;
    }
    #socket .social_bookmarks {
        position: relative;
        top: 90px;
        right: 35%;
    }
    }

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.