Hi,
I'm working with the debut theme and I need help in making my footer contents into 2 columns
 
Solved! Go to the solution
Please provide website url and if your store is password protected then also provide password
I think you have solved the problem
Oh no. I want the links to HELP to appear right under help and PAGES directly under pages.
And by the way, it doesn't look that way in mobile mode.
Could you please help?
This is an accepted solution.
Please place this code at the end of theme.scss
@_media only screen and (max-width: 750px) {
.site-footer__item--one-half {
-webkit-flex: 1 1 50%;
-moz-flex: 1 1 50%;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}
}
User | Count |
---|---|
417 | |
209 | |
101 | |
89 | |
73 |