Jump to content

Help! How to remove space before arrows on mobile?

Recommended Posts

  • Replies 7
  • Views 554
  • Created
  • Last Reply

Top Posters In This Topic

10 hours ago, rhda67 said:

Hi - it's on "About Us" Thanks!!

You mean space between text - arrow?

It looks like not possible to control this. You can consider move arrows to left/right side, under image, something like this. What do you think?

image.thumb.png.24d61ed6d500257290de3008d7ddd3b3.png

Use this CSS

/* Mobile slideshow arrows */
@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="613a80048018bf0166ef11b7"] {
.mobile-arrows {
    margin: 0px !important;
}
.mobile-arrows {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    left: 50%;
    margin-top: 50px !important;
    justify-content: space-between !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

I'm hoping to get it on the bottom. I edited some of your code but the arrows get cut off. 

 

Here's what's in there now. 

 

/* Mobile slideshow arrows */
@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="613a80048018bf0166ef11b7"] {
.mobile-arrows {
    margin: 0px !important;
}
.mobile-arrows {
    position: absolute;
    top: 88%;
    transform: translate(-50%,-50%);
    width: 35%;
    left: 50%;
    margin-top: 65px !important;
    justify-content: space-between !important;
}
}}

Screen Shot 2022-01-04 at 9.51.36 AM.png

Link to comment

Try this code

/* Mobile slideshow arrows */
@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="613a80048018bf0166ef11b7"] {
.mobile-arrows {
    margin: 0px !important;
}
.mobile-arrows {
    position: absolute;
    top: 88%;
    transform: translate(-50%,-50%);
    width: 35%;
    left: 50%;
    margin-top: 65px !important;
    justify-content: space-between !important;
}
.user-items-list-carousel__gutter {
    overflow: visible !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
  • 10 months later...
On 11/15/2022 at 12:28 PM, NadineCharleson said:

Same question but for this site: https://patrickmealey.squarespace.com/?password=draco

 

Screenshot 2022-11-15 at 12.27.38 AM.png

Because you have an item with very long text, the position of the arrows will be based on that item, so there is no way to reduce space.

You can consider changing arrows position to this, we can give the code

(top or left/right)

image.png.2e8336d7180d78a748411ee07825f8ae.png

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.