Hi,
I am building a site at the moment which is in a fixed frame (40px).
I was wondering if it is possible to make the phone area full width and aligned to the very top of the window.
If you see the attached, I want the dark blue area to be full width and not have a gap above it.
Can you help, if this is possible?
Thanks very much
Hey jonrouse,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.html_header_top.html_header_sticky.html_av-framed-box #header {
top: 0;
}
.av-frame.av-frame-top.av-frame-vert {
display: none!important;
}
Best regards,
Yigit
Hi Yigit,
Thanks for the reply. That’s not achieving what I want, it is pushing it to the top of the browser window but I would also like the blue line to be full width, so it goes beyond the white border/frame around the site. Another problem is that it seems to be increasing the height of the logo area.
I guess it might not be possible since I am building the site as a fixed frame?
Thanks again
Hi,
Currently that would not be easily possible. Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
Yigit
Thanks anyway Yigit!