Product- Landing -Page- issues

Hello guys, been trying to work on this project, I have two problems though some of the content is hidden behind the nav-bar and I also can’t seem to play the youtube video. Any feedback and help will be highly appreciated.
Here is my product landing page
https://codepen.io/E_Julie/pen/bGgx

The link to your pen gives a 404 error. It looks like the end of the slug was cut-off.

Because I can’t see it I’m only guessing here but;

  • Try temporarily adding the following universal selector at the top of the CSS editor
   * {
     border: solid 1px red;
   }

It may be that you just need to add some padding at the top.

  • For the video make sure you’ve clicked on the video and copied the embed link and not the URL of where the video is on youtube.

I hope this link works
https://codepen.io/E_Julie/pen/bGgxaRJ

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