Shopify themes, liquid, logos, and UX
HI,
on desktop I'd like to make the menu footer closer together theres to much space between the menus
my site is https://luxurymrkt.com/
Hi @Luxurymrkt
check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (min-width: 960px) {
.footer__item--6007c949-626c-4b28-a10a-097504bc6a01, .footer__item--c4ad4e59-81c8-4699-86e7-c33658bc0281, .footer__item--1494301487049 {
width: 10% !important;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
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