Okay. I believe you want something like this page:
www.templatesjoomla.ca/sandbox/
You can try this code. Just change this part of the default.php file
#popper_content {
padding:<?= $params->get('modPadding'); ?>;
background:<?= $params->get('modBackground'); ?>;
width:<?= $params->get('modWidth'); ?>;
height:<?= $params->get('modHeight'); ?>;
z-index:<?= $params->get('mod-ZIndex'); ?>;
margin:0 auto;
/*margin-top:<?= ($params->get('topDistance')/2); ?>%;*/
bottom: 0px;
position: fixed;
width: 100%;
padding: 10px;
text-align:<?= $params->get('modTextAlign'); ?>;
border:<?= $params->get('modBorderSize'); ?> solid <?= $params->get('moduleBorderColor'); ?>;
color:<?= $params->get('modtextcolor'); ?>;
filter:alpha(opacity=<?= $params->get('modopacityexplorer'); ?>);
}