Archived topic
Amazinf menu in the footer e-commerce
36 replies · Started by Jose on November 7, 2020
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,
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
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?
Mobile devices
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?