Thank you very much for this template, JA Simpli.
My only problem is that the <a href... links don't work on the mobile version.
Does it happen to anyone else?

    Thank you very much for your reply. All the links in the content section don't work.
    It can be viewed from a web browser by reducing the size of the screen, the same thing happens on mobile.
    It's the 460px size that gives problems.
    this is the website: www.quimicaorganica.org
    Joomla 3.10.11
    php 8
    mysql 5.7


    Hi

    You can try this custom CSS:

    @media (max-width: 767px){
    main#content {
        position: relative;
        z-index: 99999;
    }
    }

    Regards

    Thank you very much, it works perfectly.
    It is a magnificent template for its simplicity and elegance.

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