Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1309886

    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

    #1310078

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.