Solved after 4 hours of trying and searching.
The problem was in inline CSS (I don’t know exactly from where it loads). It is setting height of menu bar to 54 px. But in template.css the height was 46 px. That’s it!
I’ve set the height value in template.css to 54 px, and now everything works just fine.
Hi @dromanov31,
thanks for sharing this fix with us.
I’ll check this issue as soon as possible
Have a nice day
Alex
I’ve just installed clean WordPress with clean Venice Lite theme.
Content jumping depends on the font size of the menu. The bigger the font the more noticeable jump.
For example, when menu font size is set to 22 px, inline style height of header-wrapper div is 59 px, but in template.css this height is always 46 px.
I also noticed that header-wrapper height inline style loads dynamically. But there are lots of JS scripts in this theme, so I can’t understand which of them inserts this inline style 🙂
Hi @dromanov31,
This is not a bug of Venice theme.
A javascript function automatically adjust the topbar heigh, based on the menu font size.
You can include the following custom css code, as you said, going to appareance > customize > additional css
#header-wrapper { height:54px}
Have a nice day
Alex