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.