Move the header text to good position

Solved

Move the header text to good position

flaner
Excursionist
55 0 20

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

 

nzserzsberbzserbzsebrzserbdbf.PNGscundf.PNG

Accepted Solution (1)
CafeDelMar
Shopify Partner
163 36 45

This is an accepted solution.

@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
}

 

 

 

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Replies 7 (7)

CafeDelMar
Shopify Partner
163 36 45

@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:

Screenshot_2.png

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution
flaner
Excursionist
55 0 20

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

CafeDelMar
Shopify Partner
163 36 45

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!
}

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution
flaner
Excursionist
55 0 20

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

CafeDelMar
Shopify Partner
163 36 45

This is an accepted solution.

@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
}

 

 

 

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution
flaner
Excursionist
55 0 20

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

CafeDelMar
Shopify Partner
163 36 45

Anytime! I'm glad I could help!

➡➡   Easy Embed Code   ⬅⬅ add CSS/JS/Liquid codes to any page of your store



Speed Booster App - Improve your store speed in 3 clicks
- Was your question answered? Mark it as an Accepted Solution