[Support request] How to

Home Forums Support [Support request] How to

Home Forums Support How to

  • This topic has 5 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #905130
    Eugenijus

    Hello

    Could you please help with some styling. How to get such shipping fields formatting (images is attached) https://d.pr/free/i/Np0dJk

    Also how to get mini cart buttons placed horizontally like in this image https://d.pr/free/i/M4URtn

    Thanks

    #905180
    David
    Staff
    Customer Support

    Hi there,

    would you be able to link me to your Site so i can look at what can be done?
    You can edit your original topic and use the Site URL field to share the link privately.

    #905183
    Eugenijus

    We do not use Generatepress theme now. Images is from Flatsome theme.

    #905189
    David
    Staff
    Customer Support

    Well in GP you can stack the Mini cart buttons with this CSS:

    .widget_shopping_cart .woocommerce-mini-cart__buttons {
        flex-wrap: wrap;
    }
    
    .woocommerce.widget_shopping_cart .woocommerce-mini-cart__buttons a {
        width: 100% !important;
        margin: 0 0 4px !important;
    }

    For the Shipping Options i would need to see a site with that setup working to advise if it can be styled like that.

    #905450
    Eugenijus

    CSS for mini cart buttons is ok, thanks.

    #905474
    David
    Staff
    Customer Support

    You’re welcome. When you can share a GP Site with the checkout setup with Shipping Options i can take a look at that.

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