Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1233730

    Hi, how can I fix my header inclusive breadcrumbs container on smartphones and tablets?

    #1233853

    Hey claha,

    Are you trying to center it?

    Best regards,
    Jordan Shannon

    #1233895

    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.

    #1233966

    Hi,

    Can you provide a screenshot of your issue and what you want to fix?

    Best regards,
    Jordan Shannon

    #1233997

    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.

    #1234613

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.