Hello,
Enfold page builder continues to work great. I have one minor issue that I would like your help on. When you go to the home page of https://3das.com/, view it in landscape tablet mode (max-width: 989px) and (min-width: 768px). At this size, the background section image is not extending up into the header as shown here: https://www.screencast.com/t/d8ybfDAZEypG. Is there a CSS fix for this?
Hey Brian,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive.html_mobile_menu_tablet #top #wrap_all #header {
position: fixed;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Victoria,
Perfect, thank you!
Hi brianzajac,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria