• Resolved jaxcatz

    (@jaxcatz)


    Hi

    First of all let me thank you for the marvellous plugin, it works great for me. I just have a small issue, I am unable to centre the button text, I thought I could do it once I remove the mail png image from the button but even after commenting out the code

    background-image: url(../images/mail.png)!;

    and even removing the image from the plugin folder, I am still unable to format the button text and center align it, it looks weird now. Please help me with this issue. Looking forward for the reply, TIA.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rajkakadiya

    (@rajkakadiya)

    Hello @jaxcatz,

    Can you explain in brief what exactly you are looking for? So we can help you to fix the issue.

    If possible provide a brief description of the issue. And explain with screenshots and Page URL.

    Feel free to contact us at [email protected].

    Thanks.

    Thread Starter jaxcatz

    (@jaxcatz)

    Thanks for the support mail from Geek Code Lab. It worked.
    I am sharing the same for anyone else looking for the codes.

    a.wqoecf_enquiry_button:before {

    width: 0px !important;
    
    height: 0px !important;

    }

    a.wqoecf_enquiry_button {

    text-align: center !important;
    
    width: 100%;

    }

    Thank you once again for the support and marvellous plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.