Shopify themes, liquid, logos, and UX
How can i center the collections and about nice next to the shop button?
Solved! Go to the solution
This is an accepted solution.
In order to center it paste the followinf code in the end of base.css file.
summary.list-menu__item {
padding-right: 1.2rem !important;
}
After that you will get this result.
.menu {
display: flex;
justify-content: center; /* Centers the menu items */
padding: 10px; /* Optional: Adds padding */
}
.menu ul {
list-style-type: none; /* Removes default list styles */
padding: 0; /* Removes padding from the list */
margin: 0; /* Removes margin from the list */
display: flex; /* Displays list items in a row */
}
.menu li {
margin: 0 15px; /* Adjusts space between menu items */
}
This is an accepted solution.
In order to center it paste the followinf code in the end of base.css file.
summary.list-menu__item {
padding-right: 1.2rem !important;
}
After that you will get this result.
Hi there! It worked, thank you!
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025