Shopify themes, liquid, logos, and UX
Hello Shopify community
I'm looking for a solution about making a space between sections in the footer menu.
you can see the photo.
website URL: https://avirastore10.myshopify.com/
Pass: 12345
Thank you
Solved! Go to the solution
This is an accepted solution.
@Avira- please add this css to the very end of theme.css file and check
.site-footer__linklist-item:last-of-type {
padding-right: 30px;
}
This is an accepted solution.
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 750px){
.site-footer__linklist-item {
padding: 0px 0px 5px 0 !important;
margin-right: 20px !important;
}
}
This is an accepted solution.
@Avira- if you want like the screenshot then add this css
.site-footer__item .site-footer__linklist{display: flex; flex-direction: column;}
.site-footer__linklist-item {padding-right: 0;}
Photo:
Please share screenshot what do you want!
I want to know how I make a space between 'terms service' and 'shipping policy'.
This is an accepted solution.
@Avira- please add this css to the very end of theme.css file and check
.site-footer__linklist-item:last-of-type {
padding-right: 30px;
}
This is an accepted solution.
Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 750px){
.site-footer__linklist-item {
padding: 0px 0px 5px 0 !important;
margin-right: 20px !important;
}
}
Works perfectly!
another question
there is a way to make this menu vertically?
This is an accepted solution.
@Avira- if you want like the screenshot then add this css
.site-footer__item .site-footer__linklist{display: flex; flex-direction: column;}
.site-footer__linklist-item {padding-right: 0;}
User | RANK |
---|---|
66 | |
61 | |
59 | |
48 | |
44 |
Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023