- This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago by ayman.roshdy.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- February 16, 2017 at 10:00 pm #2031ayman.roshdyParticipant
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
February 16, 2017 at 10:59 pm #2049HashKeymasterThe 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; }
February 17, 2017 at 12:46 am #2054ayman.roshdyParticipantThanks
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.