Adding a vertical space between the buttons and text in an Image Banner on Dawn Theme.

I would like to put a space between the text under my header and the buttons in my image banner. I want my image banners to look like Tesla’s image banners. My current theme is the default Dawn, but I can switch to a different theme if it would work better.

1 Like

Theme settings > Custom CSS

.banner-text {
  margin-bottom: 20px; 
}

Hello @Shmave .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

Here is code that works, and should work on any dawn theme. It will change the space for all image banners.

.banner .banner__buttons {
margin-top: 40px;
}