waiting for this option is that good idea to disabled footer on mobile & tab in custom css page (can you give me the code) and add section at the end visibility only on mobile & tab ?
or can i disabled footer and set one in custom css ?
If you use it, you can create a section at the bottom of your page that will imitate Footer, and with Responsive Visibility, you can set it so it will be visible only for mobiles and/or tablets.
Comments
Hello,
Unfortunately, there is no option to achieve that.
But you can vote for this feature under the following link:
https://muffingroup.com/betheme/feature-voting/
Best regards
i will vote ok ty
waiting for this option is that good idea to disabled footer on mobile & tab in custom css page (can you give me the code) and add section at the end visibility only on mobile & tab ?
or can i disabled footer and set one in custom css ?
is that code ?
@media only screen and (max-width: 767px) {
#Footer { display: none !important; }
}
and i use a section only on mob & tab ?
is that correct for html rules ?
Yes, it is the correct CSS code.
If you use it, you can create a section at the bottom of your page that will imitate Footer, and with Responsive Visibility, you can set it so it will be visible only for mobiles and/or tablets.
Thanks
ty
solved