• Hi, I’m wanting to use the Anissa theme, but before I make the site live, I want to be able to make the header image larger. Right now it’s too short for my taste. Any way to do this with CSS?

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hi,

    It is possible through adding additional CSS in your custom stylesheet or by below method.

    In WordPress theme customize=>Additional CSS
    apply height in the ".site-branding" class as below

    .site-branding {
       height: 500px /* in px according to your necessity */
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Header Size’ is closed to new replies.