Hello,
I’m trying to add a border on my product page.
.form__width {
border: 3px solid;
border-radius: 20px;
box-sizing: border-box;
padding: 10px;
}
I used this code but end up with a border for the whole form. I’d like it to start below the description (How many? included in border) and end below the 365-day money back guarantee.
pw: wild
Thank you in advance for your help!