• Resolved flopez01

    (@flopez01)


    Hello everyone,

    I’m trying to move the title of my heading over to the right about 2-4 spaces. How can I accomplish this?
    https://new.hydroponic-gardens.com/wordpress/

    StyleSheet (style.css) Code:

    #newheader {background: url('images/headerbg.jpg') repeat-x; text-align: center; padding-top: 40px;}

    At the center position it is too close to my logo. If I enter, text-align: right; it moves the heading ALL THE WAY to the right. I would like to center the heading between the logo and the right side.
    Any ideas on how to make this happen would be greatly appreciated.
    Thanks.

    Fernando

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mark Ratledge

    (@songdogtech)

    Not sure if it will work, but try adjusting the padding in #newheader h1 The padding goes top (110), right (0), bottom (5), left (20):

    #newheader h1 {padding: 110px 0 5px 20px; border: 0;}

    Thread Starter flopez01

    (@flopez01)

    Yes!
    That worked.

    I adjusted the “left” section from 20px to 200px.

    #newheader h1 {padding: 110px 0 5px 200px; border: 0;}

    Thanks so much for your help.

    Fernando

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move Heading Title’ is closed to new replies.