Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1181006

    hello there, I now have another thing to correct in my website, hope you can help!

    I need the top header part to move down and positioned aligned with the logo on the left area. But I need it to not move the other divs below it.

    Of course it also need to have another position when the page is scrolled and the header is shrinked.

    The position from the top I need it to be it’s 30px when normal and 22px when shrinked.

    I am sending a link to check my website.

    Thanks!!!

    #1181191

    ?

    #1181334

    anyone?

    #1181352

    Hi,

    Please add following code to Quick CSS and adjust as needed

    #header_meta {
        top: 40px;
    }

    Best regards,
    Yigit

    #1181358

    this works for the normal view, but what to change when the header is shrinked?

    thanks

    #1181368

    Hi,

    Please add following code to Quick CSS as well

    .header-scrolled #header_meta {
        top: 0;
    }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.