Skip to content

Commit

Permalink
ahmedkaludi#2876 Added in Master
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabi09 committed Feb 22, 2019
1 parent 44f473a commit 9210d25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/gdpr/gdpr.php
Expand Up @@ -121,6 +121,13 @@ function ampforwp_gdpr_css(){
#footer .gdpr_fmi a{
color: <?php echo ampforwp_sanitize_color($redux_builder_amp['swift-color-scheme']['color']); ?>;
}
amp-consent.amp-active {
top: 0;
bottom: 0;
left: 0;
right: 0;
position: fixed;
}
@media(max-width:768px){
.gdpr_w{width: 85%;margin:0 auto;padding:1.5rem;}

Expand Down

0 comments on commit 9210d25

Please sign in to comment.