diff --git a/css/responsive.css b/css/responsive.css index 7711192..d2f9653 100644 --- a/css/responsive.css +++ b/css/responsive.css @@ -654,4 +654,22 @@ float: left; width: 100%; } + + #top-footer { + padding: 25px 0; + } + + #top-footer .tg-column-wrapper .tg-column-4 { + padding-top: 0; + } + + .copy-right, .payment-partner-wrapper { + float: none; + text-align: center; + } + + .payment-partner-wrapper ul li { + float: none; + display: inline-block; + } } diff --git a/readme.txt b/readme.txt index aa6df54..cd8f2f2 100644 --- a/readme.txt +++ b/readme.txt @@ -94,6 +94,10 @@ If you want the theme to be translated into your language, feel free to contribu /**********************************************************/ == Changelog == += Version 1.4.8 - TBD = +* Tweak - Decrease top margin in footer widget column in mobile view. +* Tweak - Center the footer bottom copyright content in mobile view. + = Version 1.4.7 - 2020-04-18 = * Enhancement - Removed angle down fav icon from login link. * Fix - Customizer not loading due to header top bar activate callback.