Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1274766

    Hi,

    I’ve set up a pop-up into this page : https://valer.fr/messika/ on the “Toutes les collections” button using that code into my function.php :
    /* Ajout POPUP */
    function inline_popup_enabler(){ ?>
    <script>
    (function($){
    $(window).load(function() {
    $(‘.inline_popup’).magnificPopup({
    type:’inline’,
    midClick: true
    });
    });
    })(jQuery);
    </script>
    <?php }
    add_action(‘wp_footer’, ‘inline_popup_enabler’);

    But it’s showing the popup content as it has a sidebar (or it hasn’t) so the content is weirdly move to the right : https://i.imgur.com/w5bYSSL.jpg

    Do you know how to correct that ?

    Best regards,
    Clément

    #1274801

    Hey Blue_Bear,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #collections .container .av-content-small.units {
         widht: 100%;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.