• Hi I am very new to web design etc so please bear with me. I have selected Evolve as our Society’s theme but would like to increase the depth of the Header area to accommodate our logo. At present it is so small as to e almost unreadable! If anyone can explain how it can be done, and if possible provide the necessary code I would be very grateful

    Many thanks

    Mike

Viewing 1 replies (of 1 total)
  • If you go into admin >Appearance > Theme Options > Custom CSS you should be able to use something like this, adjust the number 250 to suit your height

    .header {
    height: 250px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Increase size of Header Area in Evolve Theme’ is closed to new replies.