cspgsl

The 'J' letter of the password in capital, right?

I also tried it but no luck, could you check again?

no... I said I made sure it matched the info in the original post. Your form adds the capital

this is correct

    Hi cspgsl It works, let me check and will get back to you.

    I have never been dissatisfied with your support.... up to now.

    Makes my wonder why I paid for Joomlart in the first place

      Hi cspgsl I'm sorry for this lateness. This issue is weird, the footer-2 section seems to be fine but it causes the issue. I'm checking with our developer on this, give me more time please.

      Update:

      It due to the style of that section, I updated this custom css:

      @media (max-width: 640px) {
      .t4-footer-2 > .t4-module {
        padding-left: 0;
      }
      }

      into the 'custom.css' file on your site, kindly check.

      8 days later

      Thanks for the effort, but it doesn't seem to have made any difference. The site still slides left to right on a phone

        cspgsl Somehow, the css code that I mentioned above was removed from the custom css file on your site, I added again and it's working now.

        Kindly check.

        thank you, that made the difference.

        Can I ask about formatting the footers for mobile so the addresses not spread over multiple lines?

        You can see how the red marks point out lines that should be on one and not 2 or 3 lines.

          cspgsl

          Try this custom css:

          @media (max-width: 640px) {
          .t4-footer .t4-module {
              padding: 20px 100px !important;
          }
          }

          Hi cspgsl

          I share the way to customize only, you need to adjust value to suit your need.

          For example, you can change the padding left + right with:

          @media (max-width: 640px) {
          .t4-footer .t4-module {
              padding: 20px 80px !important;
          }
          }

          I did that yesterday, before I wrote back to you. I checked this morning and it is working.

          I cleared my cache yesterday but it didn't make any difference then, as i had indicated.

          It's working now - Strange...

          Thank you

            cspgsl If your site is still under development stage, you can enable the Development mode in Backend >> System >> Global Configuration:

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