• Resolved wazwu

    (@wazwu)


    Hi,

    I’m in the process of switching my blog over to a self hosted www.remarpro.com site. One issue I haven’t been able to resolve is the height of the header image.

    This is my old WordPress.com blog:
    https://letsnomnom.wordpress.com

    This is the new self hosted www.remarpro.com site:
    https://www.wazwu.com/blog

    I’m using the same Sela theme and uploaded the header image in the same way, but it gets cropped on the self hosted site. I’ve tried tinkering with the CSS, with no luck.

    Would someone be able to help me with this? Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you haven’t created a child theme, you can do that. OR, add a plugin like “Simple Custom CSS” and add the following CSS code:

    .site-branding {
    min-height: 172px !important;
    }

    You can change the 172 in 172px to whatever size you like.

    Thread Starter wazwu

    (@wazwu)

    Thanks for the quick response!

    I tried defining the image height as 290px in the CSS, but it ended up displaying/stretching the image to 370px. Is there something else I should try?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issues with header image on Sela theme’ is closed to new replies.