make box bigger

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:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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

1 Like

@sixdreamz ,

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