mportch Posted August 8 Share Posted August 8 Hi, For some reason these have moved out of place. How do I align the text and image in desktop view across all my products? https://www.mattportch.com/limited-edition-prints/p/the-wall-frame HoaLT 1 Link to comment
HoaLT Posted August 8 Share Posted August 8 4 hours ago, mportch said: Hi, For some reason these have moved out of place. How do I align the text and image in desktop view across all my products? https://www.mattportch.com/limited-edition-prints/p/the-wall-frame This code make your gallery center in flex box verticle. You can try the following custom CSS to overwrite it .tweak-product-basic-item-content-alignment-center:not(.tweak-product-basic-item-gallery-design-stacked) .ProductItem .ProductItem-summary { align-items: flex-start; } Here is my test I hope it can help Press 👍 or mark my comment as solution if you find my sharing useful 🆒 Squarespace pinchzoom lightbox plugin (affiliate link) 👁🗨 360 degree photo viewer (affiliate link) Link to comment
mportch Posted August 9 Author Share Posted August 9 Thanks. Unfortunately it doesn't anchor the top of text to the image. Meaning it's only level depending on the size of your browser. If you scale the browser it doesn't line up. I must have added or deleted some code I was unaware of the past few days because it was aligning level for years without moving. Link to comment
tuanphan Posted August 12 Share Posted August 12 On 8/9/2024 at 7:11 AM, mportch said: Thanks. Unfortunately it doesn't anchor the top of text to the image. Meaning it's only level depending on the size of your browser. If you scale the browser it doesn't line up. I must have added or deleted some code I was unaware of the past few days because it was aligning level for years without moving. I think you can try this code section.product-details.ProductItem-details { padding-top: 0px !important; } nav.ProductItem-nav { display: none !important; } 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
mportch Posted August 12 Author Share Posted August 12 Thanks but this doesn't seem to work either. The text section moves independently from the image on the left. Feels like it needs some code to make them anchor together no matter the browser size. Frustrating because I had it then must have deleted some code somewhere recently. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment