hey,
is it possible to make the box here bigger, so the text doesnt split?
url: sixdreamz.com
password: sdc2003
hey,
is it possible to make the box here bigger, so the text doesnt split?
url: sixdreamz.com
password: sdc2003
Hey @sixdreamz
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Step 1: Go to Admin → Online store → Theme > Edit code
Step 2: Search for the file theme.liquid
Step 3: Add this code before tag
Result:
Hello @sixdreamz
Go to online store ---------> themes --------------> actions ------> edit code------->base.css
at the end of the file and save.
.header__submenu .header__menu-item {
justify-content: space-between;
padding: 2rem 1rem;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks