Jump to content

Supply template - Make other pages on mobile full width?

Recommended Posts

On 9/17/2021 at 7:08 AM, alycia.wicker said:

Site URL: https://www.alyciawicker.com/reviews

Is there a code to add to the CSS that makes the other pages full width? It seems that the home page is full width, but other pages shove all the text to the left and waste space. 

 

TIA

Add to Design > Custom CSS

.wrapper {
    padding: 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
  • 2 years later...

Apologies for dragging up an old thread, but I'm having a very similar issue. I'm trying to remove the featured image block entirely so that my Instagram feed will fill the full page width (still keeping the navigation bar on the left).

 

jakebradford-sharp.com/news

 

I've tried many things, and after asking Squarespace live chat they suggested to ask here, specifically on this post. Any help would be greatly appreciated!

Link to comment
On 3/15/2024 at 8:44 PM, jakeb_sharp said:

Apologies for dragging up an old thread, but I'm having a very similar issue. I'm trying to remove the featured image block entirely so that my Instagram feed will fill the full page width (still keeping the navigation bar on the left).

 

jakebradford-sharp.com/news

 

I've tried many things, and after asking Squarespace live chat they suggested to ask here, specifically on this post. Any help would be greatly appreciated!

You can use this code to Website > Website Tools > Custom CSS

@media screen and (min-width:901px) {
body#collection-65f343347c52eb26e729530c figure#thumbnail {
    display: none;
}
body#collection-65f343347c52eb26e729530c main#main {
    width: calc(~"100% - 240px");
}
}

 

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.