Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1258649

    Wir nutzen das Germanize Plugin, im Produktraster wird die Mwst richtig angzeigt, nur wir hätten es gerne direkt neben den Preis und nicht weiter unten. Wie können wir dies ändern?

    #1258837

    Hey hippekinder,

    Could you post a link where we can see the element in question please?

    Best regards,
    Rikard

    #1258839
    This reply has been marked as private.
    #1259019

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .product p.wc-gzd-additional-info {
        position: absolute;
        left: 70px;
        padding-top: 10px;
    }

    Best regards,
    Rikard

    #1259061
    This reply has been marked as private.
    #1259451

    Hi,

    Thanks for the update. Please try this CSS instead:

    .product p.wc-gzd-additional-info {
        position: absolute;
        left: 70px;
        padding-top: 10px;
        bottom: 55px;
    }

    Best regards,
    Rikard

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