Footer Menu Bar Height

Posted in: Newspaper
Post count: 80

how can i increase footer menu bar height, i am using newspaper default, header style 1.

Post count: 23312

Hello mystudent,

If you want to increase the height of the footer section, please try the code below and increase the padding-top and padding-bottom whit a bit of CSS.

The code is ->

.td-footer-wrapper {
padding-top: 90px;
padding-bottom: 100px;
}

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.