Hi dron,
Could you share the admin account for further checking?

  • dron replied to this.

    dominic good day. How can I do that? So that the data is not in the public domain?

      Hi dron,
      I have checked your site you can use the following CSS code to improve this section on small screen:

      @media (max-width: 800px) {
          #nsp-custom-module .nspCol2 {
              width: 52%;
          }
      }
          
      @media (max-width: 480px) {
          #nsp-custom-module .nspArts.right {
              width: 100% !important;
          }
          #nsp-custom-module .nspLinksWrap.right {
              width: 100% !important;
          }
      }

      Also, you need to add the custom ID for the module from Backend > nsp-5 module > Basic Settings tabs:

      dron hi, try to add the css style into your site:
      @media (max-width: 800px) {
      .nspPrev, .nspNext {
      position: static !static;
      }
      .nspArts, .nspLinksWrap {
      padding-left: 0 !important;
      padding-right: 0 !important;
      }
      }

      Thank you very much for your help.
      And thank you for your developments.

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