Sticky Footer Menu

Posted in: Newspaper
Post count: 14

Hello,

Is it possible to make Sub Footer (Copyright one) sticky?

(Reference: polkacafe.com)

Post count: 22421

Hi,

You can do it by adding this css in the theme panel-> custom css box:
.td-sub-footer-container{
position:fixed!important;
bottom:-0px!important;
width:100%!important;
z-index:999;
}

Thank you!

Post count: 14

Thank you. It looks good now. But two questions.

1. The menu is leaving some space in the right. How to remove that space?

2. Can I add social media icons in the extreme right?

Site: buddybits.com

Post count: 22421

Hi,

1) I’m not sure what space you are referring to unfortunately as I canot see any spaces. If the main menu not being centered is the issue, it;s just the header style that does not have a centered menu. You can swithc to one with centered menu from the theme panel headers section. (chose header style 10)
2) If the top social icons are the ones in question, they can be moved with this css code:
.td-header-sp-top-widget{
position:fixed;
right:5px!important
}

Thank you!

Post count: 14

Hello,

My questions was for footer. Sorry for unclear question.

1. The sub-footer menu is leaving some space in the right. How to remove that space?

2. Can I add social media icons in the extreme right in subfooter menu?

Site: buddybits.com

Post count: 22421

Hi,
For the footer unfortunately things will not be so easy as the footer uses the column layout so elements cannot be centered or moved left or right. Also the social icons cannot be added except for custom code but dues to the grid layout, positioning will be problematic. We suggest hiring a freelancer to help with these requests as we have no easy solution to provide.
Thank you!

Post count: 14

No problem. Thank you.

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