• Resolved starlinggirl

    (@starlinggirl)


    Any chance these huge buttons can be scaled down? They are currently 352.33 x 48. Maybe 148 x 48?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @starlinggirl,

    Yes, you can decrease the size. To do so, add below code in Additional CSS via Admin Dashboard > Appearance > Customize > Additional CSS.

    @media only screen and (min-width: 767px){
    .woocommerce-page .site-content ul.products li.product .product_type_simple{
        width: 143px !important;
        margin-left: 113px !important;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Changing button sizes on shop pages’ is closed to new replies.