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!!!
anyone?
Hi,
Please add following code to Quick CSS and adjust as needed
#header_meta {
top: 40px;
}
Best regards,
Yigit
this works for the normal view, but what to change when the header is shrinked?
thanks