Hi there,
When this page of my website is viewed on a phone: https://www.hedoniccoffee.com.au/pages/coffee-at-work
The text is obscured from view, it does not align properly. Theme is Minimal -it's a using feature-row section in the page, this is where the text is visible on a computer but not completely on phone.
How can I fix this?
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media screen and (max-width: 768px){
.feature-row__text { margin-left: 30px; }
}
Hope this works,
Thanks!
Are you sure? It looks fine to me.
User | Count |
---|---|
458 | |
194 | |
139 | |
61 | |
42 |