Jump to content

How to centre stack image collage

Recommended Posts

  • Replies 9
  • Created
  • Last Reply

Top Posters In This Topic

Try adding to Design > Custom CSS > Then save & reload the site

/* stacked title-image */
div#block-14e216feecb17d21c313 {
.summary-item:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* image width */
.summary-item:first-child .summary-thumbnail-outer-container {
    margin: 0 auto;
    width: 100% !important;
}
.summary-item:first-child .summary-content {
    margin: 0 auto;
    width: 70% !important;
    position: relative;
    top: -100px;
    background: white;
    padding: 10px;
    border-radius: 10px;
}
}

image.thumb.png.82d607c4943110667d730f8ec21276ca.png

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
  • 2 weeks later...
On 5/24/2021 at 5:22 PM, Carfol said:

Thank you that is perfect 🙂

Do you need to solve these?

Site URL: https://www.charliefollows.com/

1. (Tablet-Homepage) Add a space on left of screen?

charliefollows.com-01-min.png

2. (Tablet-Header) Increase logo size?

charliefollows.com-02-min.png

3. (Tablet-Blog posts) Increase content width?

charliefollows.com-03-min.png

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
  • 2 weeks later...
17 hours ago, Carfol said:

I have solved the margin issues and mobile logo but please could you help me adjust the content width for tablet.

Add to Design > Custom CSS

/* Tablet-blog post width */
@media screen and (max-width:991px) and (min-width:768px) {
.tweak-blog-item-width-narrow .blog-item-wrapper .blog-item-inner-wrapper {
    width: 90%;
}
}

 

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.