Jump to content

How do you reduce the padding on Blog & Store sections in 7.1?

Recommended Posts

  • Replies 5
  • Views 1.1k
  • Created
  • Last Reply
  • 11 months later...

I need help with this too, on my homepage I have the store, have turned off showing the Store title and hidden the categories by making htem the same colour as the background with that section theme, If I could remove/hie both of them and reduce the padding at the top that would be amazing! Have attached a screenshot below

https://www.ptaftf.com/ 

P: PTAFTF

Screen Shot 2021-01-14 at 10.06.34 AM.png

Link to comment
On 1/14/2021 at 4:06 AM, stevegrant said:

I need help with this too, on my homepage I have the store, have turned off showing the Store title and hidden the categories by making htem the same colour as the background with that section theme, If I could remove/hie both of them and reduce the padding at the top that would be amazing! Have attached a screenshot below

https://www.ptaftf.com/

P: PTAFTF

Screen Shot 2021-01-14 at 10.06.34 AM.png

Add to Design > Custom CSS

body.homepage ul.nested-category-children {
    display: none !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
On 1/20/2021 at 4:38 AM, stevegrant said:

Amazing! thanks so much — works great on desktop, but is now a little tight on mobile, 

any way I can increase on mobile only?

 

 

Screen Shot 2021-01-20 at 10.37.42 AM.png

Add to Design > Custom CSS

@media screen and (max-width:767px) {
body.homepage #page section:first-child .content-wrapper {
    padding-top: 1px !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

Archived

This topic is now archived and is closed to further replies.


×
×
  • 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.