Hello!
I have been following the documentation here:
It has worked quite well, but I am running into the button sitting on top of the logo at smaller screen sizes.
I tried modifying the margin and padding to no avail.
Could you help me make this a bit more mobile responsive? I would like the button to sit above the logo as they start to overlap.
Hey FZKFranziska,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 900px) {
#header .widget {
top: 85px;
}
}
Best regards,
Rikard
Hello Rikard!
Thanks for the tip, it didn’t quite work the way we need, but I came up with a solution that gets the job done.
Thanks!
Hi,
Great, glad you found a solution :)
Best regards,
Peter