• Resolved MatthieuDaubin

    (@matthieudaubin)


    Hi there,

    I’m experiencing something pretty weird. I recently noticed that my header image was now HUGE, a lot bigger than it was. The thing is that I haven’t change anything in the code for a while.
    Is there anyway to toggle the size of that particular element? I played with the CSS and try to add some code but it won’t work.

    Any advice is welcome, thank you.

    http://matthieudaubinphotographie.fr/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter MatthieuDaubin

    (@matthieudaubin)

    Okay I figured out the problem… It comes from the size of my Logo. I just reduced the Logo and the header did the same.
    Any suggestion to reduce the header is still welcome.

    Theme Author Anders Norén

    (@anlino)

    Hi Matthieu,

    Glad it worked out. As for the header size in general, install a custom CSS plugin and enter the following code:

    .header.section { padding: 50px 0; }

    Adjust 50px until you’re happy with the results.

    – Anders

    Thread Starter MatthieuDaubin

    (@matthieudaubin)

    Thank you for your answer Anders. Is there any way to modify the code directly through the css? Why do I need a plugin?

    If you changed the theme’s stylesheet directly, you would lose those changes if you updated the theme later. Using a plugin protects those changes.

    Thread Starter MatthieuDaubin

    (@matthieudaubin)

    Wll, I’m using a child them, I thought it could do the trick.

    Theme Author Anders Norén

    (@anlino)

    Using a child theme works just as well to retain the changes. You’re good.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Header size changed by itself’ is closed to new replies.