Home Forums WoodMart support forum Reply from envato market for support

Reply from envato market for support

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27180

    speedoflite
    Participant

    Please see website in private

    Attachments:
    You must be logged in to view attached files.
    #27196

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .product-type-simple form.cart, 
    .product-type-variable .variations_button { 
    	display: -webkit-box; 
    	display: -ms-flexbox; 
    	display: flex; 
    	-webkit-box-pack: row; 
    	-ms-flex-pack: row; 
    	justify-content: row; 
    }
    
    .product-type-simple form.cart .button, 
    .product-type-variable .variations_button .button { 
    	width: 100%; 
    	font-size: 20px;
    }

    Regards

    #27311

    speedoflite
    Participant

    thank you so much!

    #27321

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)