I apologize for reopening this topic. I tried the CSS on the documentation provided and also some CSS provided by you guys on a recent thread but still cannot get the Navigation Logo to float outside the container.
It’s because you are already using position: absolute; to center the logo. https://www.screencast.com/t/xpSJ5e6oSM
You could remove the CSS in the green box, and add one line of CSS below to the red box (feel free to adjust the number): top: 30px;
Hi Ying, that did the trick on dropping the image outside the container as needed. I just can’t get the image size to 100px in height.
Here is what I used:
.main-navigation .site-logo.navigation-logo img {
height: 100px!important;
}