Problem in position !
- Posted by alaabouch (8) Offline
Hi,
I try to show the cookie info bar in the home page. but the bar does not really appear at the bottom of the page, knowing that I have chosen how to position in the modal module "bottom center". I would like to know if it is the module or the template that is responsible for this position ?
5 years 5 months ago #1
by alaabouch
I try to show the cookie info bar in the home page. but the bar does not really appear at the bottom of the page, knowing that I have chosen how to position in the modal module "bottom center". I would like to know if it is the module or the template that is responsible for this position ?
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
Hi, I'm unable to access your administrator page. It returned an error.
So please try to change the html content in the module parameters to this :
5 years 5 months ago #2
by TemplatePlazza
So please try to change the html content in the module parameters to this :
and add this code in the Additional CSS field :<span class='cookie'>Ce site web utilise des <strong>cookies</strong>. En continuant à utiliser ce site Web, vous consentez à l'utilisation de <strong>cookies</strong>.</span><a class="mimodal-close">x Close</a>
#moduleinmodal-mimodal .mimodal-body {
padding:10px 15px;
font-size:13px;}
.mimodal-close {
display:block;
font-weight:700;
float:right;
width:50px!important;
border:2px solid #333;border-radius:4px;cursor: pointer;padding:0 5px;
}
.cookie {display:block;float:left}
Please Log in or Create an account to join the conversation.
- Posted by alaabouch (8) Offline
Hi
thank you for your answer, I had to add too
#moduleinmodal-mimodal .mimodal {
height:70px!important:
bottom:30px!important;
}
to be able to display below !
for a yellow background what should I do ?
www.aidepharmacien.ma/administrator
5 years 5 months ago #3
by alaabouch
thank you for your answer, I had to add too
#moduleinmodal-mimodal .mimodal {
height:70px!important:
bottom:30px!important;
}
to be able to display below !
for a yellow background what should I do ?
www.aidepharmacien.ma/administrator
Please Log in or Create an account to join the conversation.
- Posted by alaabouch (8) Offline
- Posted by TemplatePlazza (5263) Offline