Home Forums Total Decrease the footer height

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2031
    ayman.roshdy
    Participant

    Is there a way to decrease the footer height in ‘Total’ theme, I added some text and image content using the footer widgets but the overall footer height needs to be decreased and I am unable to find the css class id that I can use to force a specific height for the footer?

    Thanks

    #2049
    Hash
    Keymaster

    The height of the footer depend on the content you add in the footer widget but it you want to reduce the space at the top and bottom of the footer then here is the CSS code. Add the below CSS code in Additional CSS field in the customizer panel.

    #ht-top-footer {
        padding: 10px 0;
    }
    #2054
    ayman.roshdy
    Participant

    Thanks

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