• Hi again,

    Is it possible to make the logo in Tablet and Mobile mode bigger? Also is it possible that it is static?

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    @media only screen and (max-width: 1024px) {
      .site-logo {
        max-height: 120px;
      }
      .site-header.float-header {
        position: fixed !important;
        background-color: transparent;  
      }
      .site-header.float-header .col-md-8 {
        display: none;
      }
    }
    

    Regards,
    Kharis

    Thread Starter aganjudiferente

    (@aganjudifferente)

    Hi @kharisblank,

    Thanks for the code.

    Unfortunately, it doesn’t work… I am not sure why.
    Any other way to do it?

    Thread Starter aganjudiferente

    (@aganjudifferente)

    @kharisblank

    Hi again,

    Should I provide you all the CSS added in Additional CSS?

    Hi,

    I am sorry for the delay. I really appreciate your patience.

    Please share your custom code to https://pastebin.com/ an link it here, so I can replicate and make some corrections whenever possible.

    Regards,
    Kharis

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sydney Theme: Bigger and Static logo in Tablet and Mobile mode’ is closed to new replies.