Copyrights On Mobile - by Lil Redhead Studio

This topic has 4 replies, 2 voices, and was last updated 7 years, 5 months ago ago by 8theme

  • Avatar: Lil Redhead Studio
    Lil Redhead Studio
    Participant
    November 12, 2016 at 13:33

    Hey guys,

    I was hoping you could provide me with a bit of CSS. My copyright area consists of 2 elements: some text on the left and social media icons on the right.

    Here is what I am looking for (I tried many times myself and I can’t get it):

    On screens smaller than 768px:
    -move the social media icons underneath the text
    -have everything centered (text and social media icons

    Is this possible? Thank you in advance

    Mike

    3 Answers
    Avatar: 8theme
    8theme
    Support staff
    November 15, 2016 at 11:17

    Hello,

    You can do this by adding this code snippet to the Custom CSS

    .footer-bottom .col-sm-6 {
    width:100%!important;
    text-align:center;
    }

    .footer-bottom .container > .row {
    display:block;
    }

    .footer-bottom .et-follow-buttons {
    text-align:center!important;
    }

    Regards

    Avatar: Lil Redhead Studio
    Lil Redhead Studio
    Participant
    November 15, 2016 at 11:45

    That worked perfectly. Thank you!

    Avatar: 8theme
    8theme
    Support staff
    November 15, 2016 at 11:52

    You are welcome!

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.