indy Posted June 2, 2022 Share Posted June 2, 2022 Site URL: https://www.orbetron.com/ezi-dock I have sections with 4 items and once in awhile we have a section with only 1 or 2 and the client wants me to center those items. Can this be done? In this example the AS25 under "Screw Feeders..." they want centered. Thank you, Scott Link to comment
wayne Posted June 2, 2022 Share Posted June 2, 2022 If you are using a blank section, spacers are a common solution. Founder & CEO of Resonant Pixel Co. I've been creating websites since 1996, started with Squarespace in 2010, and now sell web design as a productized service. I'm also the creator of the upcoming Productize Squarespace Design course. If I've been helpful, you can buy me a cup of coffee to say thanks. Link to comment
tuanphan Posted June 3, 2022 Share Posted June 3, 2022 10 hours ago, wayne said: If you are using a blank section, spacers are a common solution. He uses List Section. Adding Spacer Block is not possible. Try adding to Design > Custom CSS /* Ezi Dock Center Items */ @media screen and (min-width:992px) { /* Screw */ .user-items-list-item-container[data-section-id="6124f24e0649be287a289fd0"] li { position: relative; left: 160%; } /* all plastics */ .user-items-list-item-container[data-section-id="628fd9abc4ef2612a16f5c86"] li { position: relative; left: 160%; } } 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
indy Posted June 4, 2022 Author Share Posted June 4, 2022 Thank you @wayneand @tuanphanfor a quick response. I tried Tuanphan's solution and it worked. Perfect. thanks. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment