[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 - 16 through 30 (of 37 total)
  • Author
    Posts
  • #1541959
    Jose

    Hi again.

    I write because this footer works fine, but in some moments, when there images, them go over the footer. I have attached and image. Maybe with xss o z-index could be it repaired?

    https://corteastur.es/wp-content/uploads/2020/11/mobile-devices_2.png
    Regards,

    #1542129
    David
    Staff
    Customer Support

    I have updated the original CSS i provided to include a z-index property. See here:

    https://generatepress.com/forums/topic/amazinf-menu-in-the-footer-e-commerce/#post-1521794

    #1542739
    Jose

    Fine, but theoretically I have a 30px padding, and I can’t delete it.

    #1542971
    David
    Staff
    Customer Support

    I cannot see the footer menu – did you disable it ?
    One thing to check for is in the Block Element – make sure there is no empty paragraph block at the end.

    #1543070
    Jose

    I can see it, it is only in mobile devies.

    #1543438
    Leo
    Staff
    Customer Support

    Would this CSS help?

    @media (max-width: 768px) {
        .mobile-navigation .wp-block-group__inner-container {
            padding: 0;
        }
    }
    #1543657
    Jose

    Thanks!!

    #1544687
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

    #1563867
    Jose

    Hi!

    Is it possible to align the text in the center?

    If you see my menu the images are on the left but I have said to be in the center, i don’t understand!

    #1564088
    Leo
    Staff
    Customer Support

    Can you link me to the page in question?

    #1564162
    Jose

    http://corteastur.es/

    Mobile devices

    #1564307
    Ying
    Staff
    Customer Support

    Hello there,

    Try this CSS:

    @media (max-width: 768px) {
        .mobile-navigation .gb-inside-container {
            text-align: center;
        }
    }
    #1564331
    Jose

    Thanks!

    #1564435
    Ying
    Staff
    Customer Support

    You are welcome ๐Ÿ™‚

    #1598028
    Jose

    Hi!

    How can i change the color of the text and of the icon? I have tried in the element but I couldn’t, maybe with CSS?

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