Cannabis Ape
Active member
As certain things already show in the mobile version of my theme I want to hide some footer blocks just on mobile.
I thought I found an answer to it in an other thread so I tried to put this in the HTML section of block 2;
And this in extra.less:
But it's not working, what did I do wrong?
I thought I found an answer to it in an other thread so I tried to put this in the HTML section of block 2;
Code:
<span class="b2">
<xb_footer_block2>
</span>
Code:
/* footer blocks hide on mobile*/
@media (max-width: @xf-responsiveMedium) {
.b2 {
display: none;
}
}
Last edited: