Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Hide footer on mobile  (Read 2943 times)

Offline Gunjesh Gaurav

  • Newbie
  • *
  • Posts: 3
  • Karma: +0/-0
  • Every Problem Comes With A solution
    • View Profile
    • Internater
Hide footer on mobile
« on: May 13, 2020, 12:22:21 AM »
Hi i am trying to hide footer and header logo on mobile, so i have tried to put code in default style.css but its does not work please tel me which code should i put and where?

@media all and (max-width: 640px) { 
footer {
   display: none;
}
Gunjesh Gaurav

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5851
  • Karma: +275/-2
    • View Profile
Re: Hide footer on mobile
« Reply #1 on: May 13, 2020, 01:19:00 AM »
Hello.
Please clear browser cache when you apply changes to css files. To disable footer go to Design > Layouts in admin
https://abantecart.atlassian.net/wiki/spaces/AD/pages/11763764/Pages+Layouts

 

Powered by SMFPacks Social Login Mod