New Landing How can we help? Atelier Atelier: Need to reduce footer vertical padding

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #172186
    tasoskouk
    Member
    Post count: 148

    hello,

    can u please provide some smart css to reduce footer vertical padding

    (copyright area has “only” 2 columns, so i need to use footer for 3 columns)

    check footer here: http://www.hlbs.ca/

    thx!

    #172204
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (min-width: 768px) { 
    #footer {
      border-top: 0 solid transparent;
      padding: 20px 0 0;
    }
    #footer-widgets .widget {
      padding-bottom: 0;
    }
    }

    – Kyle

    #172216
    tasoskouk
    Member
    Post count: 148

    Worked. Thx so much! 🙂

    #172217
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register