Hi, how can I fix my header inclusive breadcrumbs container on smartphones and tablets?
Hey claha,
Are you trying to center it?
Best regards,
Jordan Shannon
Sorry, but I don´t understand this answer. What do you mean with “to center” , when I want to fix the header on smartphone + tablet? Best regards.
Hi,
Can you provide a screenshot of your issue and what you want to fix?
Best regards,
Jordan Shannon
Hi, please look to the private content for the screenshot. I want to fix header (with Logo and menu) and, if possible, the breadcrumbs container. Aktually on desktop there is only fixed the header without the breadcrumbs container, mobile to width 989px is nothing fixed, more than 989px is fixed like desktop.
At least I want to fix the header with Logo and menu everywhere, if possible.
Thank you very much.
Hi claha,
Please try to add this CSS code in Quick CSS (located in Enfold > General Styling) for mobile:
@media only screen and (max-width:767px) {
.responsive #top #wrap_all #header {
position: fixed;
top: 0;
left: 0;
}
.responsive #top #wrap_all #main {
padding-top: 215px !important;
}
.responsive #top #wrap_all #main .title_container {
position: fixed;
top: 160px;
left: 0;
z-index: 999;
}
}
Best regards,
Nikko