Creative Right Header on smaller screens
Hello,
I'm using Creative right header, and I've noticed that on smaller screens (below 1240px) menu moves from right side of the screen to the top of the screen.
Now, I would like to keep it on the right side, for screens min-width 960px. How can I do this?
Thanks
Comments
under Theme options > Responsive section we got an option for that which is called Responsive Menu Initial width.
Thanks!
This option does not affect Creative Header
And since I'm using Creative header, it doesn't work. so, any other solution?
Also, when I set Creative Right header, I get some strange margin on some rows, on the left side. It's generated by css below. I've tried to overright it with !imporant in child's theme style.css, but it don't work. Any ideas how to turn of this strange padding?
@media only screen and (min-width: 1240px)
.header-creative .vc_row[data-vc-full-width] {
padding-left: 50px;
}