Thanks for update and support
Can you do the opposite way @KetanKumar ? trying to figure out how to go from a vertical footer menu to a horizontal footer menu.
Im a little stuck
Thanks
Hello, @pine
Welcome to the Shopify community!
and Thanks for your Good question.
Please share your site URL,
So I will check and provide a solution here.
Thanks for getting back so quickly @KetanKumar
Site URL is www.thepineco.com.au I just want it horizontal on desktop view, not mobile.
Thanks
Thanks for update
yes, please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 768px) {
.links-footer ul li {
display: inline-block;
padding: 0px 5px;
}
}
User | Count |
---|---|
792 | |
140 | |
93 | |
64 | |
60 |