Warning

The documentation you are viewing is accurate for OroCommerce version 5.1 and below. An updated guide for version 6.0 will be available soon.

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.