Upcoming update of the DOM in templates

As a part of the improved, more detailed category configuration, the DOM will be changed in the coming days, specifically in the sidebar. All of the 3G templates will now have their structure described below:

<div class="sidebar">
    <div class="sidebar-inner">
    </div>
</div>

Some of our 3G templates are missing the sidebar-inner at the moment, so we needed to unify them and add this wrapper div. Please assure that your scripts or CSS don’t rely on the replaced structure and that you address elements correctly, e.g., don’t use .sidebar > div selectors.

Post navigation