Jump to content

Customisation of product pages (7.0 Wells)

Go to solution Solved by tuanphan,

Recommended Posts

Site URL: https://podcastology.co/templates/solo-episode-planner

Hi,

I'm wondering if there's a way to use the space on a product page better than the default settings currently do. I'm using Wells and I'd like to move the .product-description section up under the image carousel if possible, but only on tablet and upwards (or wherever the two columns kick in) so that blank space on the left is filled a bit better.

Product Page: https://podcastology.co/templates/solo-episode-planner

If possible, I'd also like to put the price and the buy now button on the same line, is that doable?

Many thanks in advance!

Tors

Edited by torsgrantham
clarification
Link to comment

Add to Design > Custom CSS

/* Table products */
@media screen and (max-width:900px) {
div#productGallery {
    width: 100% !important;
    float: none !important;
}
div#productDetails {
    width: 100% !important;
    float: none !important;
}
}

Then save & reload the site

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 11/8/2021 at 6:54 PM, torsgrantham said:

Thanks tuanphan, unfortunately that's made no difference to the layout. Just for clarity, I've upload an image to show what I'm after a bit better as I'm not sure I'm explaining it very well, and the change needs to be on desktop only please.

 

Screenshot 2021-11-08 at 11.48.23.png

The product url doesn't exist. Can you check it again?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • Solution
On 11/11/2021 at 3:30 PM, torsgrantham said:

It's https://podcastology.co/templates/solo-episode-planner - sorry, I'd updated the link but it looks like only the text and not the link itself was amended, it should work now

Add to Last Line in Code Injection > Footer

<script>
  $(document).ready(function() { 
		$('.product-description').insertAfter('div#productThumbnails');
	});
</script>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.