I think we can probably include an option for this in the next release. For now try this in the extra.less template

Code:
@media (max-width: @xf-responsiveMedium)
{
    .XenBase .xb-footer
    {
        display: none;
    }
}
 
I think we can probably include an option for this in the next release. For now try this in the extra.less template

Code:
@media (max-width: @xf-responsiveMedium)
{
    .XenBase .xb-footer
    {
        display: none;
    }
}


perfect thanks

would disbabling sidebar widgets be the same idea or disable the full sidebar for mobile ?
 
perfect thanks

would disbabling sidebar widgets be the same idea or disable the full sidebar for mobile ?

You could adjust the code to this to hide the sidebar in mobile.
Code:
@media (max-width: @xf-responsiveMedium)
{
   .XenBase .xb-footer, .XenBase .p-body-sidebar
   {
       display: none;
   }
}
 
You could adjust the code to this to hide the sidebar in mobile.
Code:
@media (max-width: @xf-responsiveMedium)
{
   .XenBase .xb-footer, .XenBase .p-body-sidebar
   {
       display: none;
   }
}


perfect @Russ

just to say thanks again , delighted you guys added zipped to the fa+ , purchased yesterday and now my place is looking just like the old days

top work
 
Added a new option to disable the custom footer in medium responsive views, anything under 650px width will not show.
upload_2018-1-19_9-14-50.png
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back