Home › Forums › Basel support forum › How to enable footer for mobile
How to enable footer for mobile
- This topic has 11 replies, 2 voices, and was last updated 4 years ago by Elise Noromit.
-
AuthorPosts
-
November 6, 2020 at 1:34 pm #239446
gettossParticipantHi i have seen in some demos that the footer is optimized for mobile devices (Sticky footer that has the wishlist and other features) .. how to enable that in my website
November 6, 2020 at 5:44 pm #239534
Elise NoromitMemberHello,
You can find this option in the Theme Settings > Footer, you will find the Sticky footer option, set it “ON”
Best Regards
November 7, 2020 at 4:09 pm #239756
gettossParticipantwhat i meant is to have 2 footers .. default one and a second one for mobile same as the attached photo
Attachments:
You must be logged in to view attached files.November 8, 2020 at 8:39 am #239833
Elise NoromitMemberHello,
Please provide your site admin access to the private area.
Best Regards
November 8, 2020 at 10:44 am #239862
gettossParticipantkindly check it
November 8, 2020 at 7:40 pm #239975
Elise NoromitMemberHello,
I have checked and the sticky footer works properly.
You have one column in the Footer layout. If you want widgets to collapse, you need to create a few columns and add widgets in Appearance > Widgets > Footer column 1, 2, 3.
Then you need to enable “Collapse widgets on mobile”
Best Regards
November 8, 2020 at 8:31 pm #239977
gettossParticipantno i wasn’t talking about just the footer .. i meant the sticky row that has “wishlist, cart, my account” in the end of website for mobile .. check attachment
Attachments:
You must be logged in to view attached files.November 8, 2020 at 9:18 pm #239984
Elise NoromitMemberHello,
You can enable and configure the Mobile bottom navbar in the Theme Settings > General > Mobile bottom navbar https://prnt.sc/vfqjh0
Best Regards
November 9, 2020 at 8:26 am #240099
gettossParticipantPerfect it is working .. but I have 2 problems
1- when I go to the wishlist page the Sticky navbar disappears
2- how to edit it the background to black color with white labels
November 9, 2020 at 9:04 am #240107
Elise NoromitMemberHello,
What device and what browser do you use? I see the sticky navbar in the bottom https://prnt.sc/vfz9ms on the wishlist page.
2. Do you mean the navbar?
Best Regards
November 9, 2020 at 4:46 pm #240224
gettossParticipantregarding the navbar yea it is working .. i think i had problem with my mobile chrome cache
2- yes i would like to have black background with white icons
November 10, 2020 at 10:26 am #240387
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .basel-toolbar { background-color: black; } body .basel-toolbar-item > a { color:white!important; } .icons-design-line .shopping-cart>a:before, .icons-design-line .wishlist-info-widget>a:before { color:white!important; } .wishlist-info-widget>a:hover:after { color:white!important; } .basel-toolbar>div a span.basel-toolbar-label { color: white; } .basel-toolbar>div a:hover span.basel-toolbar-label { color: white; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register