Home Forums Themes Support Cayto WordPress Theme Logo Resize on Mobile Phones

Viewing 3 reply threads
  • Author
    Posts
    • #1908

      Hi, could anyone tell me how I can alter the resizing of the logo on a mobile phone, when i look the logo overlaps the title bar, also the text on the search bar seems to be not working properly, is that a simple fix ?

    • #1924

      Hi,

      Thank you for conacting. You can add CSS into Theme Option > Custom CSS: http://prntscr.com/ddx94q
      .tb-header-wrap .tb-logo > a > img {
      max-width: 100%;
      height: 50px;
      }

    • #1938

      HI thanks for the reply, I have added the custom CSS, and refreshed my mobile phone several times and I can see no changes to the logo overhang problem, any ideas what I might be doing wrong ?

    • #1975

      Hi,

      You can try it:
      .tb-header-wrap .tb-logo > a > img {
      max-width: 100%;
      height: 50px !important;
      }

      height can adjust 45 – 50px.

Viewing 3 reply threads

You must be logged in to reply to this topic.