New positioning
-
I made some variation to CSS and PHP code to have the banner centered on top of the site.
I wrote a new class in style.css
.pea_cook_wrapper.pea_cook_none { top:10px; left:5%; width:90%; padding-left:0; padding-right:0; }
added at line 19.
I also added the “None” option in class-admin.php
<option value="none"<?php if ($options['position'] == 'none') { echo ' selected="selected"'; } ?>> <?php _e('None', 'eu-cookie-law'); ?></option>
in the select at line 88.
Then I selected the None option as position in Settings.
I hope this can help someone! ??
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘New positioning’ is closed to new replies.