richstokes21
Forum Replies Created
-
Hi
Thanks for coming back on this I have checked the version and it is still at 7.0.4 any news on the release date for the version with the fix?
Thanks
Great thanks for the update I thought I had missed something let me know if you find a fix and I will post up if I solve it before then.
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