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 6 years, 6 months ago by
toscal120.
-
This topic was modified 6 years, 6 months ago by
-
Hi there,
How are you adding social icons?
If you’re using the Footer Bar widget area, you can center align everything in “Customize > Layout > Footer”.
Let me know π
No
I put a shortcode into copyright like this
%copy%
name
html email and contact us
[widget id=”shortcode”]
The name it’s at top centered and widget are at bottom and rightAny chance you can link us to the site in question?
No because it’s a proyect and i still working on local at moment.
ThanksBy default the copyright area should be centered.
However, if it’s a block element you’re adding, it won’t center itself.
We’d need to find the selector of the element that isn’t centered, and do this:
.whatever-selector { margin-left: auto; margin-right: auto; }
Of course, without actually seeing the issue, this is just a guess.
What plugin are you using to add the social icons?
Hi
I’ve put in the page header two Lighweight social icons. I’ve taken the generated shortcode then copy and paste in the copyright bar, I don’t know if it’s more orthodox. π
If you see the image I want that the text and social icons they’re in the middle.
thanks
I want that it seems like this:
-
This reply was modified 6 years, 6 months ago by
toscal120.
I’ve added a new shortcode and it still the same
In Lightweight Social Icons, was the alignment set to center?
They are to the right since you you can see
It’s not the problem because the text continues being at top.
If I make them centered, the text stays centered but at top and the icons below centered bottom.
It’s not possible that the text remains centred at middle and the icons to the right but at middle too, like it sees in the image?I think we’re confusing things a little π
Instead of adding the widget to the copyright area, why not add the widget into the “Footer Bar” widget area?
That way you can control over the alignment in “Customize > Layout > Footer”.
Here’s my Lightweight Social Icon widget in the Footer Bar widget area. Note that I’ve set the alignment to Center: http://prntscr.com/klrv7m
And here’s my Footer Bar Alignment set to Center in “Customize > Layout > Footer”: http://prntscr.com/klrvkv
Yes, but the text are below social icons at bottom, I want if it’s possible in the middle of sicials icons
-
This reply was modified 6 years, 6 months ago by
- The topic ‘center text in copyright bar’ is closed to new replies.