• Resolved vagabondish

    (@vagabondish)


    Hello,

    I have what I think is a relatively simple question.

    How do I move the header image so that it lines up with the body content?

    Here is my site: https://www.unconventionallife.net/ I tried the following but this is not working. I am a novice with CSS.

    .col grid_5_of_12 site-title{
    margin-left: 20px;
    }

    Thanks for your help!
    Russ

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try:

    .site-header { width: 70%; }

    BTW where are you making these changes?

    Thread Starter vagabondish

    (@vagabondish)

    Worked!

    And I also added the following to add space above and below the image

    .site-title img{
    margin-top: 20px;
    margin-bottom: 20px
    }

    .grid_7_of_12{
    margin-top: 25px;
    }

    I am making these changes in my quark child theme. Thanks for your help!

    Russ

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