...
The current breakpoints for our Commerce Platform are as follows…
Current Breakpoints
If you are targeting the current eCommerce platform breakpoints, please use:
Code Block |
---|
mobile-wide: 42rem, tablet: 46rem, tablet-wide: 54rem, desktop: 62rem, desktop-wide: 66rem, desktop-ultra-wide: 88rem, |
Future Breakpoints
If you are targeting future support as we update our platform, our breakpoints will be changing to better target modern devices. Aspenware will be updating our breakpoints to the following over the next 18 months. For this reason, we recommend you target the updated values. While there will be some inconsistency in your footer and the platform breakpoints while Aspenware makes this conversion, it will prevent you from having to update your CSS again down the road.
...
Code Block |
---|
#YOUR-RESORT-brandfooter { p { font-size: 1rem }; .headingh1 { color: #000 }; } |
Aspenware CSS leaking into your brand footer CSS
Aspenware does its best to scope CSS but some CSS libraries we use may leak into your footer styles. If this happens, feel free to use !important
on your scoped rules to ensure your styles are applied to your footer.
...
Aspenware has internal tooling that we utilize to update the theme properties of your eCommerce site. We have the ability to utilize the same tool to update the colors and logo in your footer on your behalf. To do this, you simply utilize special CSS Custom Properties when developing your brand footer. The table below lists the prop Custom CSS Property names available to use and which elements they should be used on to enable us to manage your eCommerce footer theme for you.
If you prefer to manage the theming of your footer on your own, you are welcome to do that by not including any of these properties.
...
CSS Custom Property | Use Cases | How to Use | ||
---|---|---|---|---|
| The main background color for the footer |
Replace | ||
| The color for any headers in your brand footer |
Replace | ||
| The color for the body copy in your brand footer |
Replace | ||
| The color for the links in your brand footer |
Replace | ||
| The color for the link interactive states in your brand footer |
Replace | ||
| The path to the logo image. For this to work, you must set your logo as a background image on either a |
Replace For accessibility, place include this
|