Important
You are browsing documentation for version 5.0 of OroCommerce, OroCRM, and OroPlatform, maintained until August 2024 and supported until March 2026. Read version 5.1 (the latest LTS version) of the Oro documentation to get up-to-date information.
See our Release Process documentation for more information on the currently supported and upcoming releases.
How to Change Offsets in Storefront¶
To update offsets, change the following variables:
// Offsets;
$offset-y: 15px;
$offset-y-m: 10px;
$offset-y-s: 5px;
$offset-x: 15px;
$offset-x-m: 10px;
$offset-x-s: 5px;
Note
You have to insert this code into your own styles.scss file as described in the CSS Files Structure article.