Jump to content

Decrease Space Above and Below List Carousel Section

Recommended Posts

Posted
On 2/8/2022 at 2:50 AM, FORNEO said:

Site URL: https://www.friendsofrecoveryneo.com/newsletters-1

I added a list carousel section to a page but there is a lot of empty space above it (and some below it) that I can't seem to remove.  I don't see the usual option for adjusting the secion height.  Am I missing it somewhere or can it be done by custom css?  Thank you.

Add to Design > Custom CSS

.user-items-list {
    padding-top: 0px !important;
    padding-bottom: 0px !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!)

  • 5 months later...
Posted

And also to reduce the space between these two sections??

p.s. Have to add, it's just super painful and tedious on Squarespace to basically have to code EVERYTHING on mobile to make it look good...!!!!!

2 Reduce spacing above testimonial block.PNG

Posted
On 7/28/2022 at 2:52 PM, Iwan said:

Any idea on MOBILE how to reduce the spacing between the list section carousel buttons and the main body??

https://jeanine-thompson.squarespace.com/book-release

4 Reduce spacing above scroll buttons.PNG

Try adding to Design > Custom CSS

@media screen and (max-width:767px) {
[data-section-id="62e11d1e6bb68f266afd9d59"] {
 .user-items-list {
    min-height: unset !important;
}
.mobile-arrows {
    position: relative;
    top: -100px;
}
}}

 

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!)

  • 1 month later...
  • 2 years later...
Posted
On 9/1/2022 at 11:36 AM, christinavang said:

I'm having the same issue with the user-item-list at https://www.kaying.co/.

How can I decrease the padding and margins around the title and item container in mobile?

image.png

I see you still haven't solved problem, you can use this code to Website Tools > Custom CSS

@media screen and (max-width:767px) {
    .user-items-list-item-container[data-section-id="630840dee09ff2184d7b9936"] {
        ul {
        min-height: unset !important;
    }
        h2.list-item-content__title {
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.slide-content.list-item-card-background {
    margin: 0px !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!)

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.