Site logo

Archived topic

Amazinf menu in the footer e-commerce

36 replies · Started by Jose on November 7, 2020

Viewing posts 16–30 of 37

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

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.

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

Would this CSS help?

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

Thanks!!

No problem :)

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!

Can you link me to the page in question?

Hello there,

Try this CSS:

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

Thanks!

You are welcome :-)

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?

This archived topic is closed to new replies.