Viewing 2 replies - 1 through 2 (of 2 total)
  • If you choose the TEXT tab when editing the page, you will see your image has a code something like this:

    <img class="aligncenter size-full wp-image-145" width="1075" height="566" src="https://www.grylas.com/besi/here/wp-content/uploads/2013/05/Home-Page-bgk-cropped-img.png" alt="Home Page bgk cropped img">

    if you add to that
    style=”margin-top: -140px”
    it should move that image up for you. So it would look like this:

    <img class="aligncenter size-full wp-image-145" width="1075" height="566" src="https://www.grylas.com/besi/here/wp-content/uploads/2013/05/Home-Page-bgk-cropped-img.png" alt="Home Page bgk cropped img" style="margin-top: -145px">

    Is that what you were looking to do? Hope this helps.

    Thread Starter dgrylas

    (@dgrylas)

    That is exactly what I was looking for!
    Thank you so much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘page media next to header image and behind nav bar’ is closed to new replies.