Skip to content

Commit

Permalink
1.0.1, fix right sidebar responsive bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxMedia committed Jan 26, 2019
1 parent 0ae5a1d commit 7860bc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: alxmedia
Requires at least: 5.0
Tested up to: 5.0
Version: 1.0.0
Version: 1.0.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0
Tags: blog, one-column, two-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background
Expand Down Expand Up @@ -81,5 +81,8 @@ Sidebar images

== Changelog ==

= 1.0.1 - 2019-01-26 =
* Fix right sidebar option responsive issues

= 1.0.0 - 2019-01-25 =
* Initial release
3 changes: 3 additions & 0 deletions responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

.col-2cr .s1 { margin-left: 0; }
.col-2cr .main-inner { background: none; padding-left: 0; }

.col-2cl .s1 { margin-right: 0; }
.col-2cl .main-inner { background: none; padding-right: 0; }
}


Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Theme Name: Boxstyle
Theme URI: http://alxmedia.se/themes/boxstyle/
Version: 1.0.0
Version: 1.0.1
Description: <a href="http://alxmedia.se/themes/boxstyle/">Boxstyle</a> is a responsive 100% high resolution theme for personal blogs. The feature list is long: Unlimited accent colors, unlimited widget areas, 0-1 sidebars to the left or right that can be uniquely specified for each page or post, 220px fixed width sidebar, 0-4 footer widget columns, almost zero layout images, related posts and post nav, 5 post formats, good SEO, 2 flexible custom widgets, localisation support, social links, logo upload and many more useful admin panel features.
Author: Alexander Agnarson
Author URI: http://alxmedia.se
Expand Down

0 comments on commit 7860bc3

Please sign in to comment.