Hello,
I am using Version 2.3.0.2 and I need a CSS/Bootstrap trick to hide the footer on mobile/tablet view but I don't know how to do it, I would appreciate any help!
Here is my website's link: https://www.adderah.com
Try adding this to your main stylesheet:
Code: Select all
@media (max-width: 767px) {
#footer { display: none; }
}
Who is online
Users browsing this forum: No registered users and 3 guests