sara1234 Posted May 3, 2020 Share Posted May 3, 2020 Site URL: https://sarahgamble.co.uk In my product details page, I want the product image and the product name to align. How do I do this? At the moment it will only let me change the text alignment as centre or left or right. I want the text to begin where I have put the red box. Additionally, can I get rid of the big white space at the top? Link to comment
tuanphan Posted May 3, 2020 Share Posted May 3, 2020 Add to Home > design > Custom CSS section.ProductItem-details { padding-top: 0 !important; } section.products.collection-content-wrapper { padding-top: 0; } davidmatos 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
LesMarchands Posted May 9, 2020 Share Posted May 9, 2020 Hi Guys! I'm having the same issue but with the image..Huge space between the top bar and the image frame. The code for the text worked perfectly. Link to comment
tuanphan Posted May 10, 2020 Share Posted May 10, 2020 20 hours ago, LesMarchands said: Hi Guys! I'm having the same issue but with the image..Huge space between the top bar and the image frame. The code for the text worked perfectly. Did you solve? If no, can you share link to page in screenshot? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Medowski Posted April 6, 2021 Share Posted April 6, 2021 On 5/3/2020 at 10:54 AM, tuanphan said: Add to Home > design > Custom CSS section.ProductItem-details { padding-top: 0 !important; } section.products.collection-content-wrapper { padding-top: 0; } Hi, thank you, I did this, worked perfectly for individual product pages, but now when I select category, it looks like this: https://medowski.com/shop/decor Is it possible to add a spacer here? Link to comment
Medowski Posted April 6, 2021 Share Posted April 6, 2021 8 minutes ago, Medowski said: Is it possible to add a spacer here? Solved by removing this part: section.products.collection-content-wrapper { padding-top: 0; } davidmatos 1 Link to comment
tuanphan Posted April 11, 2021 Share Posted April 11, 2021 On 4/6/2021 at 2:55 PM, Medowski said: Solved by removing this part: section.products.collection-content-wrapper { padding-top: 0; } I see on tablet, the instagram is not align Add to Design > Custom CSS /* align tablet overlay instagram */ @media screen and (max-width:991px) and (min-width:768px) { .header-menu-actions { padding-left: 2vw; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
davidmatos Posted June 4, 2021 Share Posted June 4, 2021 On 4/6/2021 at 8:55 AM, Medowski said: Solved by removing this part: section.products.collection-content-wrapper { padding-top: 0; } Great, thanks! 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