Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Avada › Forums › Community Forum › Avada add height CSS to the fusion-header on window resize !
Tagged: fusion-header
Dear user , i have this website : https://fixshadowban.com/sample-page/
When you open it you can see that the logo has good position , and the fusion-heade height is fit as expected.
Now try to resize the window to mobile size (Dont use chrome mobile view) just resize the window to smal view port then enlarge window.
Avada add height to the fusion-header element
element.style {
height: 127px;
overflow: visible;
top: 0px;
}
How can i disable such behavior !