Forum Image Upload: Images break when uploading via forum

  • jkincaid
    Asked on March 6, 2019 at 3:14 PM

    Hi, I'm having some trouble with formatting of a quick poll on our site. I can't get the other box to fit and be aligned with the checkbox and the next button won't center on the first page. 




    Thanks!

  • Alan_D
    Replied on March 6, 2019 at 4:34 PM

    I have checked your page. As far as I saw, the 'next button' was centered on the first page.
    Forum Image Upload: Images break when uploading via forum Image 10
    But on next pages, buttons overflow.

    Please inject this code into your CSS to move the input field up and expand the button's background.

    #input_8 {
    width:120px !important;
    }
    div.form-pagebreak {
    height:80px !important;
    }

    This is how you can inject this code into your CSS.
    Forum Image Upload: Images break when uploading via forum Image 21
    Form will be seen properly on your website.

    If you any questions please tell us.