Skip to content

Commit

Permalink
[ #403 ] number of columns not displayed correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoAlex committed Jul 5, 2023
1 parent 853beed commit 3344d4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Changed: Added alternate server choice for license activation and created Settings -> License tab ( [#401](https://github.com/WPChill/strong-testimonials/issues/401) )
- Fixed: Pagination settings no longer apply to slider views. ( [#400](https://github.com/WPChill/strong-testimonials/issues/400) )
- Fixed: Manual excerpts not displayed if full text is empty. ( [#402](https://github.com/WPChill/strong-testimonials/issues/402) )
- Fixed: Number of columns not displayed correctly for columns layout. ( [#403](https://github.com/WPChill/strong-testimonials/issues/403) )

= 3.1.7 - 10.05.2023 -
- Changed: Check for request necessity
Expand Down
10 changes: 2 additions & 8 deletions public/css/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
*/
.strong-content.strong-columns {
display: block;

/* a minimum width fallback */
-webkit-column-width: 200px;
-moz-column-width: 200px;
column-width: 200px;

-webkit-column-gap: 20px;
-moz-column-gap: 20px;
column-gap: 20px;
Expand Down Expand Up @@ -54,8 +48,8 @@
/*
* responsive
*/
@media screen and (max-width: 667px) {
.strong-content.strong-columns {
@media screen and (max-width: 767px) {
.strong-view .strong-content.strong-columns {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ No. If you already have testimonials in another plugin or theme, you will have t
- Changed: Added alternate server choice for license activation and created Settings -> License tab ( [#401](https://github.com/WPChill/strong-testimonials/issues/401) )
- Fixed: Pagination settings no longer apply to slider views. ( [#400](https://github.com/WPChill/strong-testimonials/issues/400) )
- Fixed: Manual excerpts not displayed if full text is empty. ( [#402](https://github.com/WPChill/strong-testimonials/issues/402) )
- Fixed: Number of columns not displayed correctly for columns layout. ( [#403](https://github.com/WPChill/strong-testimonials/issues/403) )

= 3.1.7 - 10.05.2023 -
- Changed: Check for request necessity
Expand Down

0 comments on commit 3344d4e

Please sign in to comment.