Footer margins / paddings
Hi there,
I have three columns in the footer but I want to tweak the margins. Specifically, I want to move column 2 (middle) further to the left and column 3 (form) should be made longer and moved left too. Can you please help with some custom CSS code?
Thanks.
Attachments: You must be
logged in to view attached files.
Solution for this topic
Hi @MonologueHQ ,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (min-width: 900px){
.sh-footer .sh-footer-columns > .widget-item:nth-child(2),
.sh-footer .sh-footer-columns > .widget-item:first-child {
width: 20%!important;
}
.sh-footer .sh-footer-columns > .widget-item:last-child {
width: 60%!important;
}
}
Best regards, Shufflehound team
You are most welcome here 🙂
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it