Home › Forums › Jevelin Theme › Target Footer padding
Home › Forums › Jevelin Theme › Target Footer padding
Hi – Please advise how I can target the footer padding. I need to decrease the top and bottom. thanx
Hi @WendyM,
I hope you are well today and thank you for your question.
You can decrease 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
.sh-footer .sh-footer-widgets { padding: 50px 0; }
Best regards,
Shufflehound team