- This topic has 36 replies, 4 voices, and was last updated 5 years, 1 month ago by
David.
-
AuthorPosts
-
November 7, 2020 at 3:55 am #1521477
Jose
Hi, do you think is possible to create a menu in the footer for an e-commerce (mobile version) of the following web:
https://serrinultramarinos.com/
In mobile devices!!
November 7, 2020 at 7:39 am #1521794David
StaffCustomer SupportHi there,
you could create the ‘menu bar’ using the Block Element:
https://docs.generatepress.com/article/block-element-overview/
And the Generate Blocks plugin to create a Container Block with a row of Buttons:
https://wordpress.org/plugins/generateblocks/
In the Block Element you would choose the Hook >
generate_after_footerIf you give the Container Block > Setting > Advanced > Additional CSS of:
hide-on-desktop mobile-navigationThen add this CSS to fix it to the bottom of the browser:
@media(max-width: 769px) { .mobile-navigation { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 10000; } body { margin-bottom: 80px; /* change this value to height of mobile nav */ } }November 8, 2020 at 8:58 am #1522767Jose
I don’t know hot to do:
If you give the Container Block > Setting > Advanced > Additional CSS of:
November 8, 2020 at 9:05 am #1522771Jose
Okey, I Have done.
Will be possible to add some image/icon in the buttons and change the color?
Regards,
November 8, 2020 at 9:06 am #1522774Jose
I want to add to a white background!
November 8, 2020 at 9:07 am #1522776David
StaffCustomer SupportEach of the GB Blocks has full styling controls.
This documentation provides an overview of each of them:November 8, 2020 at 10:03 am #1522820Jose
Thanks!
I have changued things, but I want to make it less high, like the half, how cani i do that? with css
November 8, 2020 at 10:05 am #1522831Leo
StaffCustomer SupportCan you link us to the page in question so we can see what you have currently?
November 8, 2020 at 10:14 am #1522842Jose
Yes, here you have!
November 8, 2020 at 10:27 am #1522851Leo
StaffCustomer SupportSorry which page and section should I be looking at?
Everything on the page in linked except header, navigation and page hero is coming from Elementor.
November 8, 2020 at 10:43 am #1522876Jose
Hi!
It is in the mobile footer. I have created it with your blocks!
I want to delete the button Martin and reduce de top margin.
Regards,
November 8, 2020 at 10:47 am #1522881Leo
StaffCustomer SupportTry reducing the 40px padding added in the container block first:
https://www.screencast.com/t/jEfZlPwZBszRNovember 8, 2020 at 11:16 am #1522906Jose
The case is that in mi CSS code there isn’t that padding
November 8, 2020 at 11:18 am #1522908Jose
ok, done.
Regards!!!
November 8, 2020 at 11:19 am #1522909Leo
StaffCustomer SupportNot sure why you need to write CSS for that as those are options:
https://docs.generateblocks.com/article/container-overview/#spacing -
AuthorPosts
- You must be logged in to reply to this topic.