-
footerViewing 6 posts - 1 through 6 (of 6 total)
-
May 5, 2017 at 11:47 pm #11270
Dear Team …
2 things :-
– Can I hide the entire footer in mobile and tablets ?
– Can I make custom menu for mobile and tablets ?May 7, 2017 at 11:58 am #11272Dear alsrdab,
1. This is how you can hide the footer, change the max-width value to the max device width you want
@media (max-width: 768px) { .avaris-main-footer {display:none;} }
2. Custom menu for mobile and tablets is not implemented.
Thanks
May 8, 2017 at 3:46 pm #11276No problem 🙂
to hide the copyrights bar as well:
@media (max-width: 768px) { .avaris-main-footer, .avaris-main-footer-bar {display:none;} }
May 9, 2017 at 12:43 pm #11282Dear alsrdab,
Here you go:
@media (max-width: 768px) { .avaris-main-footer, .avaris-main-footer-bar, .creiden-headerbuilder-block-header_logo, .creiden-headerbuilder-block-header_button { display:none; } /*SLIDE MENU*/ .headerMenu.responsiveCheck .menuWrapper { display:block; transition: 0.3s ease; -webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; transform: translateX(100%); -webkit-transform: translateX(100%); -moz-transform: translateX(100%); } .headerMenu.responsiveCheck.openMenu .menuWrapper{ transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); } }
And regarding your support you can check after you login on Themeforest item or downloads page.
Thanks
-
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.