Elemental theme header height.

Permalink
Is there a way I can change the height of Elemental theme header?

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi bookerzm,

You can change the padding-top and padding-bottom of the <header> in the theme Custom CSS.

Toolbar > Page Settings (gear icon) > Design > Theme > Customize > Custom CSS gear icon button
Example:
div.ccm-page header {
    padding-top: 100px;
    padding-bottom: 100px;
}