This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Woocommerce checkout buttons are not in line

Resolved 2 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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

URL: http://www.leukcreatief.nl/shop

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Marcel 10 years, 5 months ago

    I’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.

  2. Andrew Misplon Staff 10 years, 5 months ago

    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.

Have a different question or issue?

Start New Thread