Jump to content

move list carousel button to the left on desktop

Go to solution Solved by Lesum,

Recommended Posts

Posted

@daniellenoakes You can add this code snippet within the Custom CSS panel:

.user-items-list-carousel[data-navigation-alignment="center"] .desktop-arrows.arrows-bottom-wrapper {
	justify-content: start !important;
}
@media only screen and (min-width: 768px) {
	section[data-section-id="6516bb8e262f7968a8826f2e"] .user-items-list-carousel .desktop-arrows {
		margin-left: 0vw !important;
		margin-right: 0vw !important;
	}
}

 

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? Buy me a coffee?

Posted
1 minute ago, Lesum said:

@daniellenoakes You can add this code snippet within the Custom CSS panel:

.user-items-list-carousel[data-navigation-alignment="center"] .desktop-arrows.arrows-bottom-wrapper {
	justify-content: start !important;
}
@media only screen and (min-width: 768px) {
	section[data-section-id="6516bb8e262f7968a8826f2e"] .user-items-list-carousel .desktop-arrows {
		margin-left: 0vw !important;
		margin-right: 0vw !important;
	}
}

 

hey thanks so much for replying but this is for the arrows not the button. is there any way we can target the 'view gallery' button in the exact same way? @Lesum

  • Solution
Posted

@daniellenoakes You post mentioned the carousel buttons, so I thought you meant the arrows.

Here's the code for the ''view gallery'' button

@media only screen and (min-width: 768px) {
	.user-items-list .list-section-button-container[data-section-button-alignment="center"] {
		text-align: left;
	}
}

 

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? Buy me a coffee?

Posted (edited)

thank you so much thats incredible, worked perfectly!

sorry to be a pain, but is there a way now to move the arrows up and align them with the button so they are on the same line ? i've managed to move the button closer to the content, but the arrows are stuck and showing on the content below

 

@Lesum 

Edited by daniellenoakes
Posted

You try some code like this to adjust position

@media screen and (min-width:768px) {
section[data-section-id="6516bb8e262f7968a8826f2e"] .user-items-list-carousel .desktop-arrows {
    top: -50px !important;
    position: relative !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.