Product Landing Page (img and text prob)

Ive made the h2 text appear but it doesnt start after the image like id want to. And i wouldnt wanna put top margins on every element.

code so far:

Hi @conji,

If this is happening it is because of the header CSS rule you applied. When you use the aboslute value for the position property, the element targeted will be out of the original HTML flow.

And I just wanted to tell you to use a margin, or padding or relative position for your title but you did it. You need to precise the unit when it is different than 0 for the top property for example.

1 Like

this helped thank you! :smile:

1 Like

You’re welcome @conji :smiley:

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