Link is not clickable

Asked

Viewed 1,008 times

-5

I’m creating a website and I’m having a problem, I have a tag link but I can’t click it. If I put it anywhere else in the code it works, but in this specific no. (the link I’m quoting is the one from "Learn more")

<section class="ftco-section-2">
          <div class="container d-flex" id="franquia">
            <div class="section-2-blocks-wrapper row">
              <div class="img col-sm-12 col-lg-6" style="background-image: url('images/img/Bike4.png');">
              </div>
              <div class="text col-lg-6 ftco-animate">
                <div class="text-inner align-self-start">
                  <h3 class="heading">Seja nosso Franqueado.</h3>
                  <p>(Texto)</p>

                  <p>(Texto)</p>
                  <a href="?pg=franquia">Saiba mais.</a>
               </div>
              </div>
            </div>
           </div>
</section>
  • 2

    try to be more objective and clear in your questions. Avoid data that does not go according to the scope/rules of the site as in its title "probably the fault of the blind programmer"

1 answer

2

Your code apparently presents no problem with the function of the link.

<section class="ftco-section-2">
          <div class="container d-flex" id="franquia">
            <div class="section-2-blocks-wrapper row">
              <div class="img col-sm-12 col-lg-6" style="background-image: url('images/img/Bike4.png');">
              </div>
              <div class="text col-lg-6 ftco-animate">
                <div class="text-inner align-self-start">
                  <h3 class="heading">Seja nosso Franqueado.</h3>
                  <p>(Texto)</p>

                  <p>(Texto)</p>
                  <a href="?pg=franquia">Saiba mais.</a>
               </div>
              </div>
            </div>
           </div>
</section>

You have checked if the redirect address is correct?

Here are some pages if you are having difficulty handling them:

  • By q I saw the div this overlapping the link, pq when I use in other parts of the code works normally.

  • @Onaicul vc saw your code I put on the executable above? qnd vc puts the mouse cursor on Learn More it is calling the link

  • Yes. it’s probably something in the css of the q template I’m using, pq running around here works, but if using on the site continues with the msm problem. But see you for help, I’ll keep trying ;3

Browser other questions tagged

You are not signed in. Login or sign up in order to post.