(Squarespace) Increase Image Width in Blog Post Content

To increase image width in Blog Post Content, you can use this code to Website > Website Tools > Custom CSS.

@media screen and (min-width:992px) {
    div.blog-item-content-wrapper .image-block .image-block-wrapper {
    width: 70vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}}

70vw is image width.
Result.

1 Like

hi tuanphan, i need some help with customising some squarespace features, ill pay for the help, is it possible?

1 Like

Yes. You can message me with all problems + site url, I can check easier.

2 Likes

Thanks for that quick reply.

web: CBCGI.COM
PW: 1212
We’d like boxes that click like bdc.ca and any decent multi nav code. and any other suggestions. Want to build site for financial services company, that looks like a bank :grinning: is there anyway we can chat privately? looking forward

1 Like

#1. Which boxes are you referring to? I just had a quick look the homepage of www.bdc.ca/en and all are possible to build in Squarespace.
Some things are simple, you just need to post the problem in this thread, I can help. For more difficult problems I will consider charge a fee.
#2. In forum there is a private chat. You can click on my avatar >> You will see a Message button.

2 Likes