Woocommerce checkout buttons are not in line
The woocommerce checkout buttons are not in line, I found a solution on the internet, but that solution was for a older version of woocommerce and with every update I have to replace the customised file content-product.php.
<table width="100%" border="0" cellspacing="2" cellpadding="2"> <tr><td height="80" style="vertical-align: top; text-align: center;"><h3></h3></td> </tr> <tr> <td style="vertical-align: top; text-align: center;"> </a></td> <tr> <td style="vertical-align: top; text-align: center;"> </tr> </table>
Is it possible to do it with a code in the custom CCS, so that with every update the changes remain.
I’ve already have the following code in the custom CCS:
header#masthead .hgroup h1 {
font-size: 64px;
}
img.attachment-shop_catalog.wp-post-image {
height:150px!important;
}So its possible to make changes in the layout of the woocommerce plugin.
Greetings,
Marcel
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2I’ve found the solition somewhere on the internet, it was hard to find :-)
/* foto's webshop even groot */ img.attachment-shop_catalog.wp-post-image { height:150px!important; } /*uitlijnen in winkelmand knop*/ .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { min-height: 64px; }maybe someone else can also use this solution.
Hi Marcel
Really glad to hear you made progress on this. Thanks so much for sharing your solution.
All the best :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.