[Resolved] GeneratePress – Checkout with Klarna – Layout Issues

Home Forums Support [Resolved] GeneratePress – Checkout with Klarna – Layout Issues

Home Forums Support GeneratePress – Checkout with Klarna – Layout Issues

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

    Beneath the product name in the checkout you can add or subtract the number of items (+ or -) but they’re not next to each other.

    Same when you choose the freight alternative, to narrow so they have to jump to the next line.

    I tried to manually edit the width of the column and the width of the whole container but with no result.

    Someone else having this issue?

    Screenshot of Bug Out Gear checkout.

    #903976
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

    .product-name .quantity {
        display: flex;
    }

    Let me know 🙂

    #904120
    Tommie

    Hi Tom!

    Thanks you quick answer. The Diplsay Flex works great for the (+ and -) buttons.

    The only thing left now is the width of grey area which says:

    Delsumma
    Frakt
    Summa

    It makes the other DIV too narrow.

    #904246
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .woocommerce table.shop_table tfoot th {
        width: 50% !important;
    }

    It will however cause all the table columns to have the same width.

    #904315
    Tommie

    It looks much better on desktop now, thank you. Not much different on mobile though, there’s so little space.

    I will mark this as resolved since I’m almost where I want to be. If you have come up with something else, please write to me.

    Kind regards

    Tommie

    #904481
    David
    Staff
    Customer Support

    Glad to hear that.
    Not easy to fix the mobile layout. Fixing one column width effects all of them so can’t really reduce the table heading width for just the shipping. You may want to speak with the plugin author.

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