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. 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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