Thumbnail width = 300
in 1:1 proportion
please help
]]>I’m building my website with Elementor (not live yet) and adding just the Add to Cart button on my product pages.? Each button I add is always aligned to the?left as the default, however I cannot seem to find a way to easily change this. I can’t seem to edit this alignment from within the Reseller Store plugin or on my website pages without adding a bunch of padding to the left of the button.
I need to be able to easily change the alignment of the Add to Cart button to -center- on each product. It would be great if you could add this functionality to the Reseller Store plugin so one can choose left, right or center alignment on the product buttons more easily and quickly from within each product.
Thanks,
]]>I recently changed themes to my site. I am adding new products and imagines. However, the imagines do and the products and the shopping cart icon do not align.
This is the code.
[removed large block of code – please use Pastebin or Gist for large blocks of code]
]]>On the pc and tablet, my website home page seems to be aligning the product images and titles perfectly fine. However, it doesn’t align the pictures when I use a mobile phone.
What do I need to change in the php or css files to help align?
Please help.
Thanks !!
https://www.ads-software.com/plugins/woocommerce/
]]>.single-product .woocommerce-main-image {
display: none; !important
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary
{float:none; margin:auto; width:100%}
Can anyone help me align this properly please? I am pretty much a beginner, so the simple explanations are always the best!
see https://www.printersplayhouse.co.uk/product/bah-humbug-1-featuring-king-size-slim/
for the issue.
]]>here is an example of one of the common solutions:
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
min-height: 285px;
}
You can see an example of the problem here: https://www.sewsusiedesigns.com/product-category/blue-aqua-green/
FYI – I am using the Virtue template
]]>See example here: https://www.sewsusiedesigns.com/product-category/blue-aqua-green/
I have tried a number of solutions (most of the solutions are based around forcing a min px height for each product) for code to be added into my child-theme CSS, however when I add these codes to the CSS they have absolutely no impact on the products.
]]>here is an example of one of the solutions:
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
min-height: 285px;
}
You can see an example of the problem here: https://www.sewsusiedesigns.com/product-category/blue-aqua-green/
FYI – I am using the Virtue template
]]>