Hi there,
I would like to remove the margins of the rich text block so that it comes in line with my logo on desktop version, i believe this is 95%. And on the mobile version I would like to centre the rich text block. Please see images attached.
Thank you in advance.
Hi @ellacoker
Please share the password of your store
Best,
Daisy
were you able to have a look? thanks daisy
Hi James,
I would love some help with the code for that please!
Hi Ellacoker
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.accordion summary {
justify-content: center !important;
}
.collapsible-content-wrapper-narrow {
margin: 0 15% !important;
max-width: 100% !important;
}
Result:
Best,
Liz
Hi Liz, unfortunately that didnt work 