I’m adding borders to several sections, and I want the borders to all be aligned so it looks like it’s all the same section. But some of the borders stay boxed and some are full width, like in the picture below. How do I fix this?
@jasminsharp97 Please follow the below steps to align the borders properly to display the sections as the same section. Let us know whether it is helpful for you.
From admin, go to “Online Store” → “Themes”.
Click the action button from the current theme and select “Edit code”.
Search and locate the base.css file. Add the below CSS code in the base.css file at the bottom of the file, like in the below attached screenshot.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code before the tag
@jasminsharp97 Please follow the below steps to align the borders properly to display the sections as the same section. Let us know whether it is helpful for you.
From admin, go to “Online Store” → “Themes”.
Click the action button from the current theme and select “Edit code”.
Search and locate the base.css file. Add the below CSS code in the base.css file at the bottom of the file, like in the below attached screenshot.