Archived topic
Minicart menu's image overlapping onto the description
8 replies · Started by qwe7410 on March 7, 2023
The image is too broad or the width of the sub menu is too small.
Anyway to contain them properly?
Hello there,
For reference, can you share the link to where we can observe this issue?
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Hi Fernando, thank you for replying so quickly.
Can you disable autoptimize and other caching/optimization plugins you have temporarily first?
We’ll recheck afterward what going on.
Hi,
I've disabled
I've deleted, sorry double post
Hi there,
try adding this CSS:
#wc-mini-cart .woocommerce-mini-cart-item a + a {
padding-left: 15px;
}
Hi,
thank you. the codes work and I've figured the rest out
Glad to hear that!