Skip to content

Commit

Permalink
#725 amp-anim styling added
Browse files Browse the repository at this point in the history
amp-anim styling given
  • Loading branch information
riyaz95 committed Mar 27, 2017
1 parent 8a5f3b5 commit 64703d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/design-manager/design-3/style.php
Expand Up @@ -1303,9 +1303,9 @@ function ampforwp_additional_style_input_2( $amp_template ) {
<?php if( $redux_builder_amp['enable-single-social-icons'] == true && is_socialshare_or_socialsticky_enabled_in_ampforwp() ) { ?>
.single-post footer { padding-bottom: 41px;}
<?php } ?>
.single-post amp-img.alignleft{ margin-right: 15px; margin-bottom:5px; float: left;}
.single-post amp-img.alignright{ float:right; margin-left: 15px; margin-bottom:5px;}
.single-post amp-img.aligncenter{ text-align:center; margin: 0 auto}
.single-post amp-img.alignleft, amp-anim.alignleft{ margin-right: 15px; margin-bottom:5px; float: left;}
.single-post amp-img.alignright, amp-anim.alignright{ float:right; margin-left: 15px; margin-bottom:5px;}
.single-post amp-img.aligncenter, amp-anim.aligncenter{ text-align:center; margin: 0 auto}
.amp-wp-author:before{ content: " <?php global $redux_builder_amp; echo $redux_builder_amp['amp-translator-published-by'];?> ";}
.ampforwp-tax-category span:last-child:after { content: ' ';}
.ampforwp-tax-category span:after{ content: ', ';}
Expand Down

0 comments on commit 64703d0

Please sign in to comment.