• Resolved richstokes21

    (@richstokes21)


    Hi
    I am trying to set the footer so that the text in the right footer widget is aligned left the middle aligned center and the right aligned right, I have a child theme setup and have put all the css changes in this as normal but just struggling to find the way to do this, can anyone help please
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    Kale has a five columns in footer. They are left aligned. What columns would you like to align right and middle? Could you send me the URL to your page so I’ll take a look at this?

    Feel free to reach out if you need anything.

    Kind regards.

    Thread Starter richstokes21

    (@richstokes21)

    Hi Jarek

    Thanks for coming back on this I have managed to sort it by adding the following CSS to my child theme style sheet which has centered the headings the text and the menu items in each footer column.
    /* — Footer Widgets — */
    .footer-widgets{}
    /* Center Headings */
    .footer-widgets .widget-title{margin-bottom:55px;text-align:center;font-weight:700;}
    .footer-widgets .widget-content p{color:#000;font-weight:400;}
    /* Change Text Position */
    .footer-widgets .widget.widget_text .textwidget{color:#000;font-weight:400;text-align:center;}
    .footer-widgets ul >li{padding-top:0px;text-align:center;}
    .footer-widgets ul >li >a{text-transform:none;font-size:13px;text-align:center;}

    /*Center Menu*/

    .widget_nav_menu .menu > li > a{text-align:center; font-family: ‘Montserrat’, sans-serif; font-weight:400;}

    Thanks

    Theme Author lyrathemes

    (@lyrathemes)

    Sounds good, let us know if you need anything ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do you align footer widget headers and text left and right’ is closed to new replies.