Hi!
Can you maybe help me? The support of the plugin has still not provided a meaningful answer after 2 months and has not solved the problem (worst support ever …).
It’s about the following page: https://kijuaa.de/anbieter-seiten/alle-anbieter/
And the error nr. 2 on the screenshot. The buttons should be next to each other and not overlap.
Can you help me?
Many greetings
Susanne
Hey Susanne,
Thank you for the inquiry.
You can use this css code to keep the title from overflowing outside the item container.
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-footer .store-data-container {
width: calc(100% - 30px);
padding: 55px 0 0 0;
}
And this css code to align the buttons in the item footer.
#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li.coloum-3 p.store-enquiry {
right: 150px;
top: 208px;
}
Unfortunately, we do not understand what you would like to change in number 3.
Best regards,
Ismael