• Resolved shakibt

    (@shakibt)


    Hi,

    1. I just realised that the “Sidebar image” does not appear in mobile view, is this correct?
    2. Is there any option to add a logo or something similar onto the actual form? (for mobile view even)
    3. For the “sidebar image”, what is the recommended size?
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xootix

    (@xootix)

    Hello,
    1) Yes, that is because there isn’t enough space.
    2) Please use the snippet below

    add_action( 'xoo_el_before_header', function(){
                                    ?>
                                    <img src=" https://starkidenglish.com/wp-content/uploads/2022/05/site-logo.png" style="display: table; margin: 10px auto;">
                                    <?php
                    } );
    

    3) It depends on your popup height and width which you can adjust from your settings.

    Thread Starter shakibt

    (@shakibt)

    thank you so much!

    is there anywhere in particular where i can add this snippet of code? Eg within settings?

    Plugin Author xootix

    (@xootix)

    Hello,

    You can either add it in your child theme’s functions.php or if you don’t have a child theme, use a code snippet plugin
    https://www.ads-software.com/plugins/code-snippets/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar Image or Logo: Mobile View?’ is closed to new replies.