footer mobile version

Posted in: Newspaper
Post count: 33

how to disable footer in mobile version

Post count: 33
Post count: 22421

Hello,

If you use the mobile theme, unfortunately there is no simple way of removing the footer. You can use this css though to do it:
@media(max-width:767px){
.td-mobile-footer-wrap{
display:none;
}}

Thank you!

Post count: 33

thank you

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