[Resolved] Amazinf menu in the footer e-commerce

Home Forums Support [Resolved] Amazinf menu in the footer e-commerce

Home Forums Support Amazinf menu in the footer e-commerce

Viewing 15 posts - 1 through 15 (of 37 total)
  • Author
    Posts
  • #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!!

    #1521794
    David
    Staff
    Customer Support

    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 */
        }
    }
    #1522767
    Jose

    I don’t know hot to do:

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

    #1522771
    Jose

    Okey, I Have done.

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

    Regards,

    #1522774
    Jose

    I want to add to a white background!

    #1522776
    David
    Staff
    Customer Support

    Each of the GB Blocks has full styling controls.
    This documentation provides an overview of each of them:

    https://docs.generateblocks.com

    #1522820
    Jose

    Thanks!

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

    #1522831
    Leo
    Staff
    Customer Support

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

    #1522842
    Jose

    Yes, here you have!

    https://corteastur.es/

    #1522851
    Leo
    Staff
    Customer Support

    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.

    #1522876
    Jose

    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,

    #1522881
    Leo
    Staff
    Customer Support

    Try reducing the 40px padding added in the container block first:
    https://www.screencast.com/t/jEfZlPwZBszR

    #1522906
    Jose

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

    #1522908
    Jose

    ok, done.

    Regards!!!

    #1522909
    Leo
    Staff
    Customer Support

    Not sure why you need to write CSS for that as those are options:
    https://docs.generateblocks.com/article/container-overview/#spacing

Viewing 15 posts - 1 through 15 (of 37 total)
  • You must be logged in to reply to this topic.