Jump to content

Height of swipe arrows on customers review carrousel

Go to solution Solved by tuanphan,

Recommended Posts

  • Replies 11
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution

You can add this to Website Tools (under Not Linked) > Custom CSS

.user-items-list-item-container[data-section-id="6582d8ff86c8db2c2e5e0949"] .user-items-list-carousel__arrow-icon-holder {
    align-items: flex-start !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 12/31/2023 at 4:18 AM, leyogascope said:

It's me again 🙂 Can you give me a code that would also apply this change to the mobile view not only desktop? Right now the arrows appear at the bottom of the page.

The domain as changed and is published now: https://www.leyogascope.com/avis-clients

Thank you!

You mean apply mobile only? Use this code

@media screen and (max-width:767px) {
.user-items-list-item-container[data-section-id="6582d8ff86c8db2c2e5e0949"] .user-items-list-carousel__arrow-icon-holder {
    align-items: flex-start !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

Use this code for mobile

@media screen and (max-width:991px) {
.user-items-list-item-container[data-section-id="6582d8ff86c8db2c2e5e0949"] {
	.desktop-arrows {
    display: flex !important;
}
.mobile-arrows {
    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

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.