• Resolved toscal120

    (@toscal120)


    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.
Viewing 15 replies - 1 through 15 (of 24 total)
  • Theme Author Tom

    (@edge22)

    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 πŸ™‚

    Thread Starter toscal120

    (@toscal120)

    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 right

    • This reply was modified 6 years, 6 months ago by toscal120.
    • This reply was modified 6 years, 6 months ago by toscal120.
    • This reply was modified 6 years, 6 months ago by toscal120.
    • This reply was modified 6 years, 6 months ago by toscal120.
    • This reply was modified 6 years, 6 months ago by toscal120.
    Leo

    (@leohsiang)

    Any chance you can link us to the site in question?

    Thread Starter toscal120

    (@toscal120)

    No because it’s a proyect and i still working on local at moment.
    Thanks

    Theme Author Tom

    (@edge22)

    By 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.

    Thread Starter toscal120

    (@toscal120)

    first thanks all for the replies
    I think I’ve been wrong and when I’ve said centered I want to said in the middle.
    Omw2.jpg

    • This reply was modified 6 years, 6 months ago by toscal120.
    • This reply was modified 6 years, 6 months ago by toscal120.
    • This reply was modified 6 years, 6 months ago by toscal120.
    • This reply was modified 6 years, 6 months ago by toscal120.
    Theme Author Tom

    (@edge22)

    What plugin are you using to add the social icons?

    Thread Starter toscal120

    (@toscal120)

    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:
    OmXM.jpg

    • This reply was modified 6 years, 6 months ago by toscal120.
    Thread Starter toscal120

    (@toscal120)

    I’ve added a new shortcode and it still the same

    Theme Author Tom

    (@edge22)

    In Lightweight Social Icons, was the alignment set to center?

    Thread Starter toscal120

    (@toscal120)

    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?

    Theme Author Tom

    (@edge22)

    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”.

    Thread Starter toscal120

    (@toscal120)

    Well it’s not the same, but now the text in copyright go to aling left and top πŸ™
    I can’t centered it
    OmOg.jpg

    • This reply was modified 6 years, 6 months ago by toscal120.
    • This reply was modified 6 years, 6 months ago by toscal120.
    Theme Author Tom

    (@edge22)

    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

    Thread Starter toscal120

    (@toscal120)

    Yes, but the text are below social icons at bottom, I want if it’s possible in the middle of sicials icons

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘center text in copyright bar’ is closed to new replies.