Hi there!
Try reducing the width of either the image or the summary.
By reducing the image to 46% it seems to fit nicely:
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
float: left;
width: 46%;
}
I hope that helps!
Luke the Daft Duke
DD
you are a star man!
Thanks
I’m a bit of a novice at this but have been able to tweek the main theme CSS, but in the woocommerce section I can’t find where the hell to style certain things, like the text colour, line spacing etc!
For example, changing colour of text, links and line spacing and adding a horizontal rule on this page:
http://1da.396.myftpupload.com/shop/
Is it all done by using custom CSS, or do I have to download the woocommerce.css and fiddle about, then re-upload?
Sorry if this all sounds a bit basic for you, but a pointer or 2 would be greatly appreciated.
Cheers
Jc
Hi,
It’s all done using custom CSS but, if you are going to make a lot of changes I would recommend using a child theme.
If you are using firefox, I suggest installing firebug and right click on the element you want to change and choose ‘Inspect Element with Firebug’.
When you get it how you want it, right click and choose ‘Copy Rule Declaration’ and then paste it into your child theme’s style.css or custom css area.
Adding a horizontal rule might be a little trickier as that is a HTML element <hr>. It would depend where exactly you want to put it and whether you wanted it on every page etc.
I hope that helps a bit!
Luke the Daft Duke
Hi DD
Many thanks for your response. I understand about the custom css now.
However what would be the code to change the colour/line spacing of the text on this page?
http://1da.396.myftpupload.com/shop/
and to change the text colour to black on this?
http://1da.396.myftpupload.com/product/telemetry-module-1/
if you could provide assistance that would be greatly appreciated.
Thanks
Jc