Post by Vector224 » Mon Nov 18, 2019 5:55 pm

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

New member

Posts

Joined
Thu May 03, 2018 4:43 am


Post by Johnathan » Mon Nov 18, 2019 11:01 pm

Try adding this to your main stylesheet:

Code: Select all

@media (max-width: 767px) {
    #footer { display: none; }	
}

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by Vector224 » Tue Nov 19, 2019 2:45 pm

Johnathan wrote:
Mon Nov 18, 2019 11:01 pm
Try adding this to your main stylesheet:

Code: Select all

@media (max-width: 767px) {
    #footer { display: none; }	
}
Thanks my friend!

New member

Posts

Joined
Thu May 03, 2018 4:43 am

Who is online

Users browsing this forum: No registered users and 3 guests