This topic has 4 replies, 2 voices, and was last updated 8 years ago ago by 8theme
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
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
That worked perfectly. Thank you!
You are welcome!
You must be logged in to reply to this topic.Log in/Sign up