• vanitykills69

    (@vanitykills69)


    Hello there,
    your theme is fantastic!
    Just one question: how can I center the footer text in the home page and in the other pages?
    Because in the home page the footer text is aligned left, instead in the other pages (articles, ecc..) is aligned right.
    I’m using a child theme.

    https://www.binarioalpha.com

    Thank you very much,
    Alessandro

Viewing 3 replies - 1 through 3 (of 3 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hi,

    Select theme customize setting from Dashboard.

    i.e. Dashboard >> Appearance >> Customize

    then go to Custom Settings and put below css code into Custom CSS box.

    .site-footer .site-info .footer-text {
      width:100%;
      text-align: center;
    }

    Thread Starter vanitykills69

    (@vanitykills69)

    Thank you very much!
    The code works good for the home page, but in the other pages the footer text isn’t centered (see link below), any solution?

    https://www.binarioalpha.com/manifesto/

    thanks
    Alessandro

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hi,

    Apologies for delay in response.

    This is (In red box) actual footer size, so text is already in center.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center text in footer (child theme)’ is closed to new replies.