Site logo

Archived topic

How to

5 replies · Started by Eugenijus on May 20, 2019

Viewing posts 1–6 of 6

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

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.

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

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.

CSS for mini cart buttons is ok, thanks.

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

This archived topic is closed to new replies.