Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design/responsive footer #77

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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