Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Hello @KetanKumar ,
would you be able to help me with this. I am trying to change my footer horizontal columns similar to what the boundless theme looks like, are you able to assist? my website url is: https://behind-the-bag.com/
@KetanKumar so sorry. the password is off.
Hey all ~ this has been the most helpful post for me and my debut theme. I was able to get mine to look the way I wanted to using the code supplied here. Iāll refine it more in the future⦠but I at least have my starting point.
DISCLAIMER: I am a novice coder⦠so this is probably riddled with junk but⦠it works for what I need for now. If you care to see what it looks like you can check out my footer at MY SITE.
Thanks for all the help from everyone! Youāre an awesome community!
/*================ ADDED VERTICAL FOOTER ================*/
/* force quick links to show one per line */
ul.site-footer__linklist.list--inline {
display: block;
column-count: 3;
column-width: 35px;
column-gap: 10px;
}
@media only screen and (max-width: 750px) {
ul.site-footer__linklist.list--inline {
position: relative;
text-align: center;
padding: 0 0 0 50%;
display: block;
column-count: 1;
column-width: 35px;
line-height: 10pt;
}
}
Hey @Sugarcoated ,
This worked perfectly for me on my debut theme - thank you!
Happy to help! ![]()
Hi @Sugarcoated , Im trying to apply this code to theme.css in Assets -is that the right place or should it go somewhere else?
Many thanks for any help!
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Yes! Sorry I was not specific before but you want to add this CSS code to the bottom of your Theme.CSS file in Assets.
I hope that works for you
Good luck!
Could I please have a Hand in changing my footer menu to vertical @SweetsbyMin
.site-footer__linklist-item {
width: 100%;
}
.site-footer__item {
margin-bottom: 0;
}
There is no caterogy under asset /theme.scss.liquid ā
Worked perfectly. Thanks @KetanKumar !
The same for me in āAssetsā I donāt have a file : theme.scss.liquid, where should I put the code ?
Hi @Triko were you able to figure this out? i am having the same issue, i cannot find theme.scss.liquid file in my store settings.
Hello,
Can you please help me do the same?? I would like my footer navigation to be vertical & centered, please! (Studio theme)
My URL is: https://www.littlelocker.com.au/
Thank you !
Hello, I dont have the asset option theme.scss.liquid to paste the code as instructed in my dawn theme.
I am also trying to stack my footer menu vertically on left hand side in one column.
It only gives me theme-editor.js
Can you help please?
Thanks caroline
I am unable to find theme.scss.liquid instead I could just find theme.editor.js. Is it ok if i copy paste the above code under theme.editor.js ?
I am using craft as my website theme