Jump to content

Centering gallery-reel-item for mobile view

Recommended Posts

Site URL: https://kyuno.de/home-2

Hello everyone,

 

I centered all the icons in the Gallery Reel with this css Code for the desktop view:

section[data-section-id="62627dec9367b93bf998045c"]

.gallery-reel-item {
  margin-top: 3.5vw;
 
}

Now I also want the icons centered in the mobile version. 

 

the URL is www.kyuno.de/home-2

Password: kyuno

 

hope someone can help me 🙂

 

Squarespace-Frage-IMG_3162.jpg

Link to comment
On 5/5/2022 at 9:33 PM, waiki said:

yes vertically 🙂

Try adding to Design > Custom CSS

@media screen and (max-width:767px) {
.gallery-reel {
    height: 25vh !important;
}
[data-section-id="62627dec9367b93bf998045c"] {
    min-height: unset !important;
    height: 25vh !important;
}}

 

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

Hi Tuanphan,

I added the CSS Code. Unfortunately the icons aren't vertically centered and a small white bar appears every time when the icons move to the left.

Did I do something wrong with your provided code?

Best greetings Waiki

Link to comment
On 5/9/2022 at 2:31 PM, waiki said:

Hi Tuanphan,

I added the CSS Code. Unfortunately the icons aren't vertically centered and a small white bar appears every time when the icons move to the left.

Did I do something wrong with your provided code?

Best greetings Waiki

Remove code I sent & try this new code

@media screen and (max-width:767px) {
section[data-section-id="62627dec9367b93bf998045c"] .gallery-reel-item {
    margin-top: 3.5vw;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
}
}

 

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

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.