Hi,
The canvas menu on desktop and other devices has the following problems. See attached screenshots
1-Logo on canvas distorted
2-Canvas menu with fonts that are too small
Thank you

1-Disabling the System JCH Optimize plugin the distortion disappeared.
2- Fonts in IOS devices are always too small and too close
Thank you

    lableo Hello

    I checked your site in my iPhone device and it looks good:

    In case that you want to increase the font size or space, you can override with custom css below:

    @media (max-width: 576px){
    .t4-offcanvas .t4-off-canvas-body .navbar .nav-link,
    .t4-offcanvas .t4-off-canvas-body .navbar .separator {
      font-size: 15px !important;
      padding: .4rem 0 !important;
    }
    }

    and change to your desired value.

      saguaros
      I tried changing the values as you see below
      but nothing changes.

      @media (max-width: 576px){
      .t4-offcanvas .t4-off-canvas-body .navbar .nav-link,
      .t4-offcanvas .t4-off-canvas-body .navbar .separator {
      font-size: 20px !important;
      padding: .6rem 0 !important;
      }
      }

      Hi

      I didn't see the suggested code on your site so I added for you and it's showing correctly now.

      Kindly check.

        Write a Reply...
        You need to Login to view replies.