Plugin Directory

Changeset 2460951


Ignore:
Timestamp:
01/22/2021 12:13:54 PM (5 years ago)
Author:
imibrar
Message:

fixed image alignment in small screen

Location:
i2-azon/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • i2-azon/trunk/i2-azon.php

    r2460809 r2460951  
    66 * Author: imibrar
    77 * Author URI: https://themesfirst.com/
    8  * Version: 0.2.2
     8 * Version: 0.2.3
    99 * License: GPL2+
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
  • i2-azon/trunk/include/register-blocks.php

    r2460468 r2460951  
    3535    );
    3636
    37     wp_add_inline_style('i2_azon_style_css', '@media only screen and (max-width: ' . intval($options['mobile_breakpoint']) . 'px) { .tf-i2-product {flex-direction: column; }.tf-i2-product > div {width: 100% !important; }.tf-i2-product > div.tf-i2-image {text-align: center; } }');
     37    wp_add_inline_style('i2_azon_style_css', '@media only screen and (max-width: ' . intval($options['mobile_breakpoint']) . 'px) { .tf-i2-product {flex-direction: column; }.tf-i2-product > div {width: 100% !important; }.tf-i2-product > div.tf-i2-image img {margin:0 auto; } }');
    3838
    3939    wp_localize_script(
  • i2-azon/trunk/readme.txt

    r2460809 r2460951  
    44Requires at least: 5.0
    55Tested up to: 5.6
    6 Stable tag: 0.2.2
     6Stable tag: 0.2.3
    77Requires PHP: 5.6
    88License: GPLv2
     
    2626
    2727== Changelog ==
    28 1. link formater bug fix 0.2.2
     28v2.3 image alignment fixed in small screen
     29v2.2 link formater bug fixed
    2930
    3031== Installation ==
Note: See TracChangeset for help on using the changeset viewer.