The bar is overlapping with my cart drawer

In limited number of themes, the bar may overlap with slide-out cart drawer. This issue can be easily solved by lowering the priority of the bar in your stylesheet.

To solve this issue, please follow the steps below:

1. In your store admin dashboard, click  "Online Store"

2. Click the  "Actions" dropdown menu, then select "Edit code"

3. Search for your stylesheet file using the "Search files" field. The file usually has one of two formats, either "scss" or "css".
Select your file from the file explorer to begin editing.

4. Scroll down to the very end of the file, and paste the following on a new line:

.aph_bar_bar { z-index:0 !important; }

5. Click  "Save" to save your changes.

Still need help? Contact Us Contact Us