Hello,
for tablet I enabled the sticky header with code that I found in your support forum:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.html_header_top.html_header_sticky #header {
position: fixed !important;
}
}
On landscape view the breadcrumbs are visible, but not on portrait view (please kindly see URL in private content box). Do you have any idea on how to solve? Would be great.
Thank you so much in advance.
Kind regards,
Sophie
Hey Sophie,
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.html_header_top #top #main {
padding-top: 120px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you so much, Victoria. This works like a charm! You can close this topic :-) .
Best regards,
Sophie
Hi Sophie,
Glad we could help :)
Closing this one.
Best regards,
Victoria