Position of Title in Banner - Climate Theme

Hi all,

I was wondering if anyone could help me with changing the position of the title in the banner of the climate theme? Whenever I use the simulate feature, on all screens above 12.9", the title goes to the bottom of the banner. I do not have a slogan, but I was wondering if any of you had any CSS that would work to make the title go to the middle of the banner. I have not published the site yet because my employer is only allowing me to publish it when I am done, but he told me he wants the title in the middle of the banner.

I would really appreciate it if any of you had any code to fix this!

Thanks

Without a published site for us to take a look and see what’s going on it is really difficult to offer anything we can can completely confident in. Try:

.hero-title {
    margin-top: 15%;
}

You might need to play around with the value to get things vertically aligned to your satisfaction.

1 Like

This code works, thank you so much.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.