Important

You are browsing documentation for version 5.0 of OroCommerce, supported until January 2025. Read the documentation for version 6.0 (the latest LTS version) 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.