-
AuthorPosts
-
June 19, 2016 at 3:57 am #650329
Hi,
I’ve attached an image of my footer. Currently there are 4 columns. First column is just text for the copyright. Third column has the social icons. The second and fourth columns just have a blank text in it.
How do I get rid of all that extra space where the red lines are? I want it very narrow and tight.
Thanks!
Nathan
-
This topic was modified 9 years, 4 months ago by
norcalnathan.
June 20, 2016 at 2:04 am #650547Hey norcalnathan,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer .widget { margin: 0 !important; } #footer .textwidget{ padding-top: 20px; }Best regards,
VinayJune 20, 2016 at 2:59 am #650551Thank you Vinay – that improved it alot however the icons for the social media have space above and below still (not as much as before though). How do you remove the padding from them?
Thank you!
Nathan
June 20, 2016 at 8:04 pm #651058Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer p { margin: 0; }Best regards,
YigitJune 20, 2016 at 8:09 pm #651061HI Yigit,
That had no effect. I think the issue is the padding around the social icons themselves.
Thanks,
Nathan
June 20, 2016 at 8:26 pm #651072Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer p { margin: 0!important; } #footer .textwidget { padding-top: 10px; width: 100%; min-width: 245px; }Remove the below code added earlier
#footer .textwidget { padding-top: 20px; }Best regards,
VinayJune 22, 2016 at 9:56 pm #652381Thanks Vinay – it’s working great now!
June 22, 2016 at 10:07 pm #652388Hi,
Glad to hear everything is working great Nathan! Feel free to reach out to us if you need anything else.
Best regards,
Jordan -
This topic was modified 9 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
