Move the header text to good position

Hi, i was wondering how i can get the header in the first screenshot, like the second screenshot header.

2 Likes

@flaner , please, try the following:

  • Navigate to Online Store > Themes > Edit code > assets
  • Find the base.css file
  • Paste the code below to the bottom of the file
  • Save and hard-refresh the storefront
title.inline-richtext.h2.scroll-trigger.animate--slide-in {
	margin-bottom: -13px!important!
}

The final result should be like this:

Hi, i’ve tried that, but it won’t work.

1 Like

Ok, please try this. I forgot the dot at the beginning. Same procedure, but this code

.title.inline-richtext.h2.scroll-trigger.animate--slide-in {
	margin-bottom: -13px!important!
}
1 Like

Hi, i’ve tried that code too but it didn’t work.

@flaner , please, try it with a space added. I think I made a syntax mistake

.title.inline-richtext.h2.scroll-trigger.animate--slide-in {
	margin-bottom: -13px !important
}
1 Like

Hi, thanks for the fast responce! It worked, big thanks!

1 Like

Anytime! I’m glad I could help!