Hi all I want to bring the titels at the home page up a little so that they will be in the empty background of the picture and not on the faucet please look ( Mobile version only!! no change in other platform)
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
And Save.
@media only screen and (max-width: 575px) {
h1.slide-title.animated {
padding-bottom: 60px;
}
}