Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #602494

    Hi
    I’ve had to use contact form7 on a website as the Enfold Contact Form kept going into spam (I still prefer Enfolds form). Contact form 7 is working ok on a contact page but I’ve also put a contact form 7 in sidebar. The problem is that some of the boxes are missing an end border (see screenshot). I thought it might be that the form is too wide and adjusted it using various methods! It remained the same.
    Any advice?
    Thanks
    Anji

    #602660

    Hey AnjiG!

    Can you please post the link to your page where we can see the issue?

    Cheers!
    Yigit

    #602851

    Hi Yigit
    Yes, here is the link
    Thanks
    Anji

    #603046

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .sidebar input {
        min-width: auto!important;
    }

    Best regards,
    Yigit

    #603363

    Hi Yigit
    Thanks for responding so quickly. I tried putting the code in Quick CSS and nothing happened I’m afraid.
    Anji

    #603378

    Hi!

    Please flush browser cache and refresh your page a few times. It does work fine on my end

    Regards,
    Yigit

    #603390

    Hi Yigit
    Seems to work well on Chrome and firefox but still has the problem on Safari? Can I do anything about that?
    Just wondering.
    Thanks as always
    Anji

    #603392

    Hey!

    Please add following code to Quick CSS as well

    .avia-safari .sidebar input {
    min-width:initial!important;
    }

    Regards,
    Yigit

    #603447

    Hi Yigit
    That worked! Thanks again for the best support!
    Anji

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Contact Form7 in sidebar’ is closed to new replies.