Problem with Theme.

  • Pansing
    Asked on August 11, 2016 at 5:09 AM

    Hi there,

    Regarding this theme: https://www.jotform.com/theme-store/theme/float

    I need to move the animated gif slightly lower because it was blocking my text across mobile devices.

    Do anyone has suggestions?

    Thank You!

  • Rose
    Replied on August 11, 2016 at 8:13 AM

    When I cloned your form and inject below css code, it works fine.

    @media screen{

        .form-header-group:after {

            top : 10px !important;

        }

     

     

    }

    Please note that you can arrange how lower you want it by changing px value at " top" area. 

    If you need any further assistance from our side, please do not hesitate to contact us. 

  • Pansing
    Replied on August 12, 2016 at 5:01 AM

    Hi Rose,

    I have managed to resolve the problem by injecting Your CSS and adapting it.

    Thank You for Your assistance! 

    :)