Footer – Align Left – Kadence WP – Hello Boho

QuestionsCategory: QuestionsFooter – Align Left – Kadence WP – Hello Boho
Judy Bivona asked 3 years ago

In the Footer of Kadence WP – Hello Boho, I moved all the pre-programmed contents from the Top
Row to the Middle Row. Now the Footer Widget 1, which contained the two divs of Nav Menu is aligning center, instead of left (as it was originally designed). On the preview, in Customize Footer, it shows left, but the end result is center. Would like Align Left.
Thank you!

Attachments
Support Team Staff replied 3 years ago

What is the URL to preview? So it was originally lined left and is now center?

Judy Bivona replied 3 years ago

Yes, Widget Footer 1 with Nav Menu was originally aligned left. Now aligned center. Would like to revert back to Align Left.
Here’s the URL – https://smallzer.com/contact/
Just in case – Currently only have the Coming Soon page public. Please click the “email” button” and it will take you to the contact page, where you can see the revised footer.

Thank you!

1 Answers
Support Team Staff answered 3 years ago

It looks like there is code to make is center.  Add this to your additional CSS
 
.site-middle-footer-inner-wrap .widget_nav_menu {
text-align: left!important;
}
 
That should adjust it.  If not you can send your login details over to support@helloyoudesigns.com and we will hop on and add the code to the additional CSS. 

Judy Bivona replied 3 years ago

Thank you! That worked beautifully.

Sorry one more question – How do I change the font size for text in the Nave Menu in Footer Widget?
Again would like it to look exactly like the demo version. I wish I took better notes of everything aspect of this widget before changing anything!
Sorry and thank you again!

Support Team Staff replied 3 years ago

This what we have for the top adjusted to be used in the middle

.site-middle-footer-inner-wrap ul.menu li a {
padding-top: 0.2em;
padding-bottom: 0.2em;
border-bottom: none;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 2px;
}

.site-middle-footer-inner-wrap .widgettitle {
font-size: 1.8rem;
}