*

epoolroy

  • ****
  • 121 posts
How to disabled or remove bottom lane?
« on: March 28, 2018, 04:30:51 AM »
Hello, please help me how to solve this.
How can i disabled or remove bottom lane?
Please see attach file for look what i mean.
Thank you

Marked as best answer by epoolroy on March 28, 2018, 10:01:54 AM
*

MB Themes

Re: How to disabled or remove bottom lane?
« Reply #1 on: March 28, 2018, 08:41:15 AM »
@epoolroy
Add this to your style.css:
Code: [Select]
#footer, #pre-footer {display:none!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

epoolroy

  • ****
  • 121 posts
Re: How to disabled or remove bottom lane?
« Reply #2 on: March 28, 2018, 10:02:25 AM »
@epoolroy
Add this to your style.css:
Code: [Select]
#footer, #pre-footer {display:none!important;}

Thank you sir, code really work..
awesome