Tagged: fixed frame, transparent header
When you use a fixed frame layout and transparent header, the width of the container ends up greater than the width of the screen screen so you can scroll to the right a bit. The added space to the right is equal to the width of the fixed frame. If you set the header to sticky then the problem goes away.
In Chrome and Firefox there is no scrolling to the right problem but the navigation menu gets pushed to the right and part of it is off the screen.
To summarize, when using these 3 settings together there is a problem on all the browsers (on a Mac at least).
1. Fixed frame layout
2. Transparent header
3. Non-sticky header
I have included 2 urls as examples in private below.
Is there a fix for this?
Hey dirtdiggr,
Please try the following in Quick CSS under Enfold->General Styling:
.av-logo-container {
margin-left:0;
}
Best regards,
Rikard
That did not fix it.
Hi,
Please try this instead:
.html_header_top #top .av_header_stretch .container {
width: 92%;
}
Best regards,
Rikard
Sorry Rikard it doesn’t work.