slideshow banner and text are not fix: dawn theme

Topic summary

Topic: Adjusting the Dawn theme slideshow (size, spacing, arrows, mobile).

Requests by OP:

  • Fix slideshow banner height/width and make it responsive/attractive.
  • Remove white space between menu and slider.
  • Add navigation arrows to the slider; ensure mobile banner looks correct.
  • Provided store URL and password; screenshots illustrate issues.

Latest update (partial fix):

  • A helper shared a CSS solution to remove the white space by eliminating the header’s bottom border.
  • Steps: Admin > Online Store > Themes > Edit code > Assets (main.css/base.css/style.css/theme.css) > add at bottom: .header-wrapper–border-bottom { border: 0 !important; } and save.
  • Result screenshot shows the spacing removed.

Pending items:

  • Arrows: helper requested the arrows be made visible (not hidden) to add them to the sides; no code provided yet.
  • Banner sizing/responsiveness on mobile remains unaddressed in the thread.

Status: Partially resolved (spacing fixed). Arrows and mobile banner optimizations are still open. Attachments/screenshots are central to understanding the changes.

Summarized with AI on December 20. AI used: gpt-5.

Hello,
How can fix the slideshow banner height and width, and make responsive and attractive.

Points need to change please help.
1: remove the white space between menu and slider
2 need to add arrow on slider like

  1. mobile banner also

Url:https://www.zisthi.com/
pass:Zisthi0206

1 Like

Hi @Sohan2198

Please, make the arrow visible dont hide it. So we can add it on the sides.

Add this one.

1: remove the white space between menu and slider

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.

.header-wrapper--border-bottom {
    border: 0 !important; 
}

And save.

Result:

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