Skip to content

Commit 8cd0a05

Browse files
committed
Fixed minor bug
1 parent 3b8475b commit 8cd0a05

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

archive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
get_header(); ?>
1313

14-
<div id="content" class="site-content <?php echo esc_attr($xe_opt->container); ?> padding-top-bottom">
14+
<div id="content" class="site-content <?php echo esc_attr($xe_opt->container); ?> padding-top-bottom clearfix">
1515

1616
<div id="primary" class="content-area">
1717
<main id="main" class="site-main" role="main">

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
get_header(); ?>
1818

19-
<div id="content" class="site-content <?php echo esc_attr($xe_opt->container); ?> padding-top-bottom">
19+
<div id="content" class="site-content <?php echo esc_attr($xe_opt->container); ?> padding-top-bottom clearfix">
2020

2121
<div id="primary" class="content-area">
2222
<main id="main" class="site-main" role="main">

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xe",
3-
"version": "2.3.6",
3+
"version": "2.3.7",
44
"description": "This is Just another WordPress framework. It is built for developers to create awesome and highly customizable themes for clients or sell it on any marketplace.",
55
"main": "build.js",
66
"scripts": {

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
This is just another WordPress framework or whatever you may prefer to call it. It is built for developers to create awesome and highly customizable themes for clients or sell it on any marketplace.
1111

1212
== Changelog ==
13+
----- v2.3.7 ------------
14+
Fixed: Blog and archives inconsistent bottom padding.
15+
1316
----- v2.3.6 ------------
1417
Removed: PrugeCSS leftovers.
1518

0 commit comments

Comments
 (0)