How can I reduce the text box height on my slideshow?

How do I make the height less so the box surrounding the text isn’t as big?

Thanks

RubyRobyns.co.uk

Password: elsie

1 Like

@RubyRobyns

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/component-slideshow.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px){
.banner--mobile-bottom .slideshow__text.banner__box {
    padding: 15px;
    text-align: center;
}
}