Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #564935

    Hi! I’d like to reduce the space below my widgets. There is too much space between each widgets when i look at my site on a cell phone. Can you help me please?

    Here is a link to a screenshot

    • This topic was modified 8 years, 10 months ago by eriklanglois.
    #564946

    Hey Érik!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .widget {
        margin-bottom: 0;
    }

    Regards,
    Yigit

    #564954

    Hi Yigit,
    I tried but it does not work. Any idea why?

    Thanks for the fast response!

    Érik

    #564957

    Hey!

    Can you please post the link to your website?

    Best regards,
    Yigit

    #564960

    Hi!
    I don’t know if the link will be helpful since i made some changes in the footer. I have 4 columns now.

    Here is the link!

    Thanks again!!

    #564969

    Hey!

    Please add following code to Quick CSS

    #footer {
        padding-bottom: 0;
    }

    Best regards,
    Yigit

    #564996

    I tried but still does not work… : (

    #565089

    Hey!

    Please add following code as well

    #footer table {
        margin-bottom: 0;
    }

    All the codes above are working when i check your site :)

    Best regards,
    Yigit

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