Πώς να αλλάξετε εμφάνιση της ειδοποίησης cookies για τις χώρες της Ευρωπαϊκής Ένωσης [Blogger]



Προσθέστε τον κώδικα HTML στο Blogger σας και κάντε αποθήκευση!

Η ειδοποίηση μεταφέρεται στο κάτω μέρος της σελίδας!

Αντιγραφή τον παρακάτω κώδικα!


<style>
/* foulscode.com */
#mainPanel{
position:relative ; 
}
#androidbanner{
position:absolute ; 
top:10px; 
right:-90px;
}

@media screen and (max-width: 900px){
 #androidbanner{
display:none;

 }
}

#cookieChoiceInfo {
  position: fixed;
  width: 100%;
  margin: 0px;
  left: 0px;
  bottom: 0px !important;
  top:auto !important;
  padding: 0px;
  z-index: 999999 !important;
  text-align: center;
  font-weight: normal !important;
  color: rgb(125, 125, 125) !important;
  line-height: 200%;
  background-color: rgb(255, 255, 255) !important;
  font-size:12px !important;
}

#cookieChoiceInfo div{
  position: relative;
  width: initial;
  margin: 0px;
  left: 0px;
  top: 0px;
  padding: 10px 8px !important;
}
#cookieChoiceInfo a{
 border-radius: 6px;
  font-weight: normal !important;
  color: rgb(255, 255, 255) !important;
  margin-left: 8px;
  padding: 6px;
  background-color: rgb(138, 138, 138) !important;
}

#cookieChoiceInfo #cookieChoiceDismiss{
border-radius: 6px;
  font-weight: normal !important; 
  color: rgb(255, 255, 255);
  margin-left: 8px;
  padding: 6px;
  background-color: rgb(138, 138, 138) !important;
}
/* foulscode.com */
</style>


Ακολουθήστε μας στο Facebook Fouls Code
Σχόλια