• Resolved jordanruffin

    (@jordanruffin)


    Hello everyone,

    I’m working on getting my artist website up and running. I desire to have my home page image (currently set as the featured image) moved to the right and further up. I’ve messed around with different padding codes and the style.css and successfully moved the image right and down but I can never seem to get it to start further up. setting the px or % of the padding at 0 doesn’t start the image from the top of the page. I don’t want to change the padding on all pages pages titled I, II, III, IV, V, or contact), just the home page (id-2).

    Here is my website:

    jordanruffin.com

    Thanks in advance for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I think if you add the following code to the end of your style.css file it might do the trick. Adjust the numbers accordingly until you get the desired placement.

    .wp-post-image{
      margin-top: -30px;
      margin-left: -30px;
    }

    I hope this helps. Let me know if you have any other questions

    Thank You,

    Brad

    Thread Starter jordanruffin

    (@jordanruffin)

    brad,

    perfect! Thank you for the help.

    -Jordan

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing padding on single page.’ is closed to new replies.