Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Jumping block Reply To: Jumping block

#296903
Paulie_D
Member

It seems to me that the div holding your logo is changing size based on teh size of the text in the sibling div.

You need to make this consistent.

At the moment it’s allowed to shrink

.main-page .logo {
-webkit-flex: 0 1 176px;
flex: 0 1 176px;
position: relative;
z-index: 1;
margin-right: 55px;
}

I’d suggest making the flex-shrink value 0