• Resolved paulchapp

    (@paulchapp)


    Hello,

    I want to change the size of the window with the puzzle to a size of 546px;

    can we do it?

    Best regards

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

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

    (@rnitinb)

    Hello,

    First of all, I am sorry for the trouble you are facing due to my plugin.

    I have checked the URL you shared and I found that it is creating the issue due to an inline CSS

    
    .container {
    	width: 1570px;
    }
    

    That CSS code is making the width more than the actual desktop width.

    So I am requesting you remove that code or change the code in a way that applies only to the screen size of more than 1500px.

    Or if you want to keep the current CSS code as it is then you can ass this CSS code to your CSS file.

    
    .wpfc-captcha {
    	width: 546px !important;
    }
    

    Please let me know how goes it after doing the above changes.

    Thanks for using this plugin.

    Have a good day ahead.

    Plugin Author Nitin Rathod

    (@rnitinb)

    Hello,

    No reply for several days so I marked this issue as solved.

    If you have still any issues you can create a new ticket anytime.

    Thanks for using the plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘widget size’ is closed to new replies.