How do I increase the padding on the top of a slideshow text box for mobile view

I’d like to increase the padding in the space indicated below:

the url is cheffings.net

Could you kindly post the URL so I can look at the CSS on the site?

my fault: cheffings.net

To add some margin between your media and the text below follow these steps:

  1. Access your theme’s code:
  • In your Shopify admin, go to Online Store > Themes.
  • Find the Dawn theme and click Customize.
  • In the top left corner, click on the Theme settings dropdown, then select Edit code.
  • Open the theme.liquid file located under the Layout section.
  1. Insert custom CSS in the tag:
  • In the theme.liquid file, look for the section.
  • Add your custom scrollbar CSS inside the tags.

Let me know if you need additional help!