Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down