Hey,
I have a logo list, on the homepage it is centered, but on mobile it isn’t. Does anybody know how I can get this to be centre aligned please?
website: curlybynature.com
password: visualess
Hey,
I have a logo list, on the homepage it is centered, but on mobile it isn’t. Does anybody know how I can get this to be centre aligned please?
website: curlybynature.com
password: visualess
Hello @visualess
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hello @visualess
I have check your site and you need to remove padding from the “ul” element. please add below stye to resolved your logo center issue.
.logoList--container ul {
padding: 0px;
}
.logoList--item {
margin: 0 auto;
}
This worked perfectly thanks so much for your help!
Glad to help you. Have a good day.