Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #796473

    Hi,
    Is there a way to fix the footer height?
    See PM for website link : the footer is too big in height. How can we reduce it (remove blank spaces over and below the text widgets)
    Thank you!

    #796477

    Hey next_thomas,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #footer {
        padding: 0;
    
    }
    #footer .widget {
        margin: 20px 0 10px 0;
    }
    
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #796485

    Works now as expected.
    Thank you!

    #796558

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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