Make hero image section wider - Dawn theme

Hi

I want to increase this section, tried everything in the Easy Content Builder app without luck, any ideas would be grateful for that. :slightly_smiling_face:

Thanks in advance :slightly_smiling_face:

www.dekanten.no

See attached image:

1 Like

Hello @Dekanten

You can add code by following these steps

  1. Go to Online Store β†’ Theme β†’ Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.container-inner.uk-align-center.uk-height-1-1.uk-margin-remove-bottom.uk-border-rounded { max-width: 100% !important; }

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

Hey @Dekanten

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


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hi @Dekanten ,

  1. Go to Online Store β†’ Theme β†’ Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

If my reply is helpful, kindly click like and mark it as an accepted solution.

Thanks!

1 Like

Hi @Dekanten

Check this one.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

.container-inner.uk-align-center.uk-height-1-1.uk-margin-remove-bottom.uk-border-rounded {
    max-width: 100% !important;
}

And save.

result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like

Hi guys and thank you very much and this is just what i needed, glad for this update so i will give all your solutions accepted. Win win for all of you. :slightly_smiling_face:

Huge thanks guys, thumbs up. :grinning_face: