Site logo

Archived topic

Elements Global Header Change Hight

7 replies · Started by SERHAT on February 13, 2020

Viewing posts 1–8 of 8

Hello,
I want to change hight of Global Heaader of elements, but I could not found which parameters helps to reduce elements hight (for example by default width: fullpage, hight: 600px which I want to set it like hight: 150px).

Hi there,

you can target the page-hero class that is applied to all Header Elements like so:

.page-hero {
    min-height: 600px;
}

It doesn't worked out. Still Global Header of elements size doesn't changed.

Can you provide a link to the site so we can take a look.
You can edit your original topic and use the Site URL field to share the link privately.

adding css not worked, I have solved problem by removing all padding values, thank you.

No problem :)

This archived topic is closed to new replies.