Jump to content

How to bring image above description in product page?

Recommended Posts

Site URL: https://www.houseofflow.co/shop/on-demand-slowflows-splits

Hi.  This is my first time posting but have used lots of css from this forum, so thank you so much.

I am trying to place the image above my description in the product page (for all products) and cannot figure out how to for the life of me.  See photo below.  Any help would be much appreciated.  My site is live and this particular page can be found at the link below:

https://www.houseofflow.co/shop/on-demand-slowflows-splits

 

Thanks so much in advance,

Grant

@tunaphan

290986104_ScreenShot2021-03-23at2_45_47PM.thumb.png.203a7ee577eeb69bc090eb5459665b52.png

Link to comment
  • Replies 4
  • Created
  • Last Reply

I think this is about as close as you could get to the effect you describe.

347520707_ScreenShot2021-03-23at4_07_38PM.thumb.png.9bc8886dac4642f970ef80b693d7a305.png

Add the following to Store Settings > Advanced > Page Header Code Injection for the store page.

<style>

  /*
  
    begin move gallery to top of product page
    
    SS Version : 7.0
    Template   : Bedford template family
    
    */
    
  #productSummary {
  
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    
    -webkit-box-orient : vertical;
    -webkit-box-direction : normal;
    -ms-flex-direction : column;
    flex-direction : column;
    
    }
    
  #productGallery {
  
    float : unset;
    width : auto;
    
    }
    
  .product-gallery-size-11-square #productGallery .intrinsic .wrapper {
  
    padding-bottom : 65%;
    
    }
    
  /* end move gallery to top of product page */
  
  </style>

This is for v7.0 using the Bedford template family.

Let us know if you use this effect and how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.