Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello.
    Sure, but you should edit code to do this. In plugin folder modules/csp_tpl_standard/js/script.js remove lines:
    jQuery(‘.cspHtmlLogo img’).load(function() {
    jQuery(‘body’).css(‘paddingTop’, ((jQuery(window).height() – jQuery(‘.cspHtmlContainerWrapper’).height()-40)/2));
    });
    jQuery(‘body’).css(‘paddingTop’, ((jQuery(window).height() – jQuery(‘.cspHtmlContainerWrapper’).height()-40)/2));
    and place there insted:
    jQuery(‘body’).css(‘paddingTop’, ‘130px’);
    Where 130px – is distance from top of your screen to center box.

    Regards,
    Alexey.

    Hi, I need to do something similar to rosiewrose, but what I need is to move the text box to the left, like you can see in this print: https://www.dropbox.com/s/q4t67zk7lusnk61/Captura%20de%20pantalla%202014-10-14%2015.24.37.png?dl=0

    I think I will need to edit the same file, but I don′t know how to edit.

    Thanks for your support

    Plugin Author coming-soon

    (@coming-soon)

    Hello.
    You can edit it from any text editor, but we strongly recomend you to do this only if you know basics of html and javascript.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can I move the text box?’ is closed to new replies.