Hello
I would like to delete the blank space in the table below.
Or you want to make it thinner.
Help me!!!
We are scheduled to open on December 1st, so we would appreciate it if you could respond as soon as possible.
Thank you for your support.
Hello
I would like to delete the blank space in the table below.
Or you want to make it thinner.
Help me!!!
We are scheduled to open on December 1st, so we would appreciate it if you could respond as soon as possible.
Thank you for your support.
Hello @Havana2024
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Hello @Havana2024
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.
.hero__content__wrapper .rte img {
width: 100% !important;
}
Thanks