• Which element is used to adjust the inquiry button on the right to the highest level in the website level? z-index? transform?

    How do I do this?please.

    The code level of the cover picture of the article is higher than that of the inquiry button on the right, blocking the inquiry button

    The contact form inquiry indicates a plug-in, and the code level is higher than that of the inquiry button on the right, blocking the inquiry button

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Please go to Appearance->Customize->Additional CSS option then put that code

    .side-bar{
       z-index: 1;
    }

    If not work then add that code please

    .side-bar{
      z-index: 1 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Which element is used to adjust the inquiry button on the right to the highest l’ is closed to new replies.