Jump to content

Instagram carousel & Product display

Go to solution Solved by tuanphan,

Recommended Posts

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 

Screenshot (160).png

Screenshot (163).png

Link to comment

#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

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
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

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

First, with title size, you can edit it here

Change Product Detail Title Size 04 Min

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;
}

image.thumb.png.c318372af8268402857db16fafc6aab5.png

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.