• Resolved lakilevi

    (@lakilevi)


    Hello
    Right now the open box width is 500px. The animation also depends on this size.
    How could I change the size of the box? If I tried to change from css, the javascript animation does not work correctly any more. What am I doing wrong?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lakilevi

    (@lakilevi)

    Ok, I found it in the code ??

    function my_wpcs_container_width($file_types){
    return 1250;
    }
    add_filter(‘wpcs_container_width’, ‘my_wpcs_container_width’);

    thanks!

    A.Tariq

    (@arsalantariq)

    Hi @lakilevi,

    We are glad to hear from you that the issue is fixed.

    Let us know if you have any questions.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to increase the width of the box’ is closed to new replies.