ETLTS Posted March 5 Share Posted March 5 Hi, I've encountered 2 problems. 1- I can't get my Instagram carousel to go across the whole width of my page. If I try to make it wider, it just makes its larger in height also. I would like it to look like that gallery but move like that carousel. 2- My Products Page just takes up so much of the screen and is very in your face. I can't find a way to make it smaller. I have my width on inset. I would also like the name of my product to be at the same height alignment as my image. Any advice? Thank you Link to comment
tuanphan Posted March 7 Share Posted March 7 Hi, Can you share link to page? We can check problem easier 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
ETLTS Posted March 7 Author Share Posted March 7 Enjoy the Little Things PW - Chocolate Link to comment
tuanphan Posted March 8 Share Posted March 8 #1. I think you can make it fullwidth first, then we will find a way to reduce height #2. Size You mean reduce width of product? #3. Align image Use this code to Website > Website Tools > Custom CSS section.product-details.ProductItem-details { padding-top: 0px !important; } @media screen and (min-width: 768px) { section.product-details.ProductItem-details { position: relative; top: -30px !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
ETLTS Posted March 9 Author Share Posted March 9 hi, Thank you #3 worked #1 - i have changed it to full for you now #2 i just find the whole product layout is so large. I can't even see all the product info or the add to cart button without scrolling. It just takes up too much area/screen. Link to comment
tuanphan Posted March 10 Share Posted March 10 23 hours ago, ETLTS said: hi, Thank you #3 worked #1 - i have changed it to full for you now #2 i just find the whole product layout is so large. I can't even see all the product info or the add to cart button without scrolling. It just takes up too much area/screen. Try this CSS code /* Instagram height */ div#block-yui_3_17_2_1_1709627100803_2875, div#block-yui_3_17_2_1_1709627100803_2875 .slide { height: 100px !important; } Do you need to reduce white space under Instagram? #2. I think you can consider reduce size of some title/text, reduce height of Variant Dropdown, Quantity, Add to Cart, reduce space between elements. What do you think? 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
ETLTS Posted March 10 Author Share Posted March 10 Hi, 1# - I just deleted the Instagram as the code only cropped the pictures in half. 2# - yes i would like to do all of those but when i go to edit i cant find any of those options. Link to comment
Solution tuanphan Posted March 11 Solution Share Posted March 11 First, with title size, you can edit it here Next, with space between items, use this CSS code div.ProductItem-details-excerpt br { display: none; } .ProductItem-product-price, .ProductItem-product-price div { margin-bottom: 0px !important; } div.ProductItem-details-excerpt p { margin-top: 0px !important; } h1.ProductItem-details-title { margin-bottom: 0px !important; } .ProductItem-details-excerpt { margin-bottom: 0px !important; } div.variant-select-wrapper, .product-quantity-input input { padding-top: 10px !important; padding-bottom: 10px !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
ETLTS Posted March 13 Author Share Posted March 13 You are the best!! Thank you! I didn't even know that margin section existed. That was the missing piece that i have been struggling with. My website is looking much better now thank you. tuanphan 1 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