Thread Starter
thozfr
(@thozfr)
PS : put the margin-bottom to -100px or it won’t be responsive
Thread Starter
thozfr
(@thozfr)
@poonam9 @chrispopovicgmailcom
I found out how to make it work. In the additional CSS you can put this thingy that will make it stick perfectly :
.site-header {
position: relative;
z-index: 10;
margin-bottom: -180px;
}
Should solve it all !
Thread Starter
thozfr
(@thozfr)
It’s unlocked 🙂 Thanks in advance !
PS : I’m getting kinda desperate, I can change that spacing in the source code of the website (that developers tool) but it won’t save that way obviously, and when I change the same thing in the editor mode in WordPress, nothing changes.