center text in copyright bar
-
Hi
How can I put the text aligned to the center with the social buttons in the bar of copyright?
Any solutions with css works for me.
Thanks-
This topic was modified 7 years, 4 months ago by
toscal120.
-
This topic was modified 7 years, 4 months ago by
-
Ah, I think I understand.
So follow what I did in my post above, then add this CSS:
.inside-site-info { display: flex; align-items: center; justify-content: center; } .footer-bar-align-center .footer-bar { margin-bottom: 0; }That will give you this: http://prntscr.com/kls0p1
Yeahhh at last
But sorry
how can I put the copyright and contact at left, not in the right.
If it is possible, if it don’t give the same thing.
Thanks for you patience. ๐Try adjusting your CSS to this:
.inside-site-info { display: flex; align-items: center; justify-content: center; } .footer-bar-align-center .footer-bar { margin-bottom: 0; order: 1; margin-left: 20px; }No ๐ not workin still right. I dont know if it’s because I have this code in adicional CSS:
.fixed-slider-background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}.site-branding,
.site-logo,
.header-widget {
z-index: 2;
position: relative;
}.site-header {
overflow: hidden;
}.metaslider .theme-default .nivoSlider,
.metaslider .theme-default .nivoSlider img {
height: 100%;
}.sidebar .widget {
text-align: center;}
.sidebar .widget {
image-orientation: auto;
}Hmm, don’t see anything wrong with that CSS.
Here’s what I’m seeing with the CSS I provided above: http://prntscr.com/klsrzj
Unfortunately I’d need to actually see your website to debug why it’s not working.
Ok
When I published it I spend the link to you
aditional CSS
.fixed-slider-background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}.site-branding,
.site-logo,
.header-widget {
z-index: 2;
position: relative;
}.site-header {
overflow: hidden;
}.metaslider .theme-default .nivoSlider,
.metaslider .theme-default .nivoSlider img {
height: 100%;
}.sidebar .widget {
text-align: center;}
.sidebar .widget {
image-orientation: auto;
}
.inside-site-info {
display: flex;
align-items: center;
justify-content: center;
}.footer-bar-align-center .footer-bar {
margin-bottom: 0;
order: 1;
margin-left: 20px;
}IN Simple CSS
body {
background-color: #f1c40f;
-webkit-animation: random 12s infinite;
animation: random 12s infinite;
}
@keyframes random {
0%, 100% {
background-color: #E6FEE3;
}
45% {
background-color: #ffcccc;
}
75% {
background-color: #a9a2ad;
}and
lightweight Social icons in footer page
lightweight Social icons in header page
Easy facebook likebox and one html for twitter in lateral right bar
No more
Thanks for all-
This reply was modified 7 years, 4 months ago by
toscal120.
Sounds good – let me know when the URL is available ๐
Solved!!!!!
in alignment in โCustomize > Layout > Footerโ I was put right in there I’ve change to center and now all it’s ok.
ThanksAwesome! Glad I could help ๐
-
This reply was modified 7 years, 4 months ago by
The topic ‘center text in copyright bar’ is closed to new replies.
