Site logo

Archived topic

Amazinf menu in the footer e-commerce

36 replies · Started by Jose on November 7, 2020

Viewing posts 1–15 of 37

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!!

Hi 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_footer

If you give the Container Block > Setting > Advanced > Additional CSS of:

hide-on-desktop mobile-navigation

Then 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 */
    }
}

I don't know hot to do:

If you give the Container Block > Setting > Advanced > Additional CSS of:

Okey, I Have done.

Will be possible to add some image/icon in the buttons and change the color?

Regards,

I want to add to a white background!

Thanks!

I have changued things, but I want to make it less high, like the half, how cani i do that? with css

Can you link us to the page in question so we can see what you have currently?

Sorry 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.

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,

The case is that in mi CSS code there isn't that padding

ok, done.

Regards!!!

This archived topic is closed to new replies.