Support » Theme: Kale » Footer Widget Content Aligning

  • Resolved freedom810

    (@freedom810)


    Hi,

    I’ve been trying to solve an issue regarding the footer content being aligned into three columns. The titles seem to show perfectly as they should but the content of the widgets doesn’t seem to fall under the title correctly. I have included a few image links below to show you what i mean.

    Thanks for the help!

    https://ibb.co/dOjXca

    https://ibb.co/fQRdHa

Viewing 1 replies (of 1 total)
  • Hi there,

    Thank you for getting in touch with us.

    You have two options – left align all content by adding this code to Appearance → Customize → Additional CSS:

    .footer-widgets .widget-title {
        text-align: left !important;
    }

    or center align by adding this:

    .footer-widgets .widget-title {
        text-align: center !important;
    }
    
    .footer-widgets .widget, .footer-widgets .widget ul li {
        text-align: center;
    }

    Thank you for your time in this.

    Best regards

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.