Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Dylan Ngo – Woostify

    (@duongancol)

    Hi! Did you fix that issue?
    I couldn’t find it on your site.

    Thanks!

    Thread Starter macstinger

    (@macstinger)

    Not yet. I revert it back to “relative” position for now. The problem happens when the position of header is “Fixed” using css.

    Here’s the code I use when the alignment problem occurs:

    .site-header-inner {

    background:#0F2B5B;

    height:110px;

    z-index:170;

    margin: 0 auto;

    border-bottom:0px solid #dadada;

    width:100%;

    position:fixed;

    top:0;

    left:0;

    right:0;

    text-align: center;

    • This reply was modified 3 years, 9 months ago by macstinger.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘alignment changed when header is fixed’ is closed to new replies.