Hey everyone my question is, what is the best appr...
# suitecommerce
j
Hey everyone my question is, what is the best approach to customize a SuiteCommerce Advanced website so that it becomes mobile responsive? For example, if the default width of the website is narrow, and we want to increase it, how can we achieve that?
s
SCA sites are, by default, mobile responsive. If you want to modify the breakpoints, you would need to change them in the base styles of your theme or override their values, eg: /Modules/twitter-bootstrap-sass/3.4.1-custom/assets/stylesheets/bootstrap/_variables.scss However, I would strongly recommend reading our documentation on modifying themes and perhaps doing our training course on it.
j
okay. thanks