• Resolved olivseo

    (@olivseo)


    Hello,

    I am using SG Diamond theme and I have been trying to change the height of the header, but was unsuccessful. Would you be able to provide any feedback on how I can change that? Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • CypressWebs

    (@jmeyer2485)

    What is your URL?

    Thread Starter olivseo

    (@olivseo)

    CypressWebs

    (@jmeyer2485)

    So you want it so your logo is down in the middle more?

    Thread Starter olivseo

    (@olivseo)

    No, I want the change the header image completely (it will be just a plain color with no logo). But before I do that I want to make the header smaller. I want to change the height to maybe 100px or something like that.

    CypressWebs

    (@jmeyer2485)

    In your Child Theme or CSS Editor Plugin try this code:

    #page .my-image {
        height: 100px !important;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files under Appearance > Editor. Your edits will be deleted when the theme is updated.

    Thread Starter olivseo

    (@olivseo)

    That works! Awesome!!! Thank you very much!!!

    CypressWebs

    (@jmeyer2485)

    Awesome please mark as resolved.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change Header size’ is closed to new replies.