Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.

    example

    Thanks!

    Nathan

    • This topic was modified 8 years, 5 months ago by norcalnathan.
    #650547

    Hey 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,
    Vinay

    #650551

    Thank 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

    #651058

    Hi,

    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,
    Yigit

    #651061

    HI Yigit,

    That had no effect. I think the issue is the padding around the social icons themselves.

    Thanks,

    Nathan

    #651072

    Hi,

    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,
    Vinay

    #652381

    Thanks Vinay – it’s working great now!

    #652388

    Hi,

    Glad to hear everything is working great Nathan! Feel free to reach out to us if you need anything else.

    Best regards,
    Jordan

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.