Skip to content

Commit

Permalink
Merge branch 'release/1.20.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Sep 2, 2022
2 parents b27ae79 + b5cb64f commit f6e6e44
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion less/widgets.less
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@

.layout-full .panel-row-style.panel-row-style-wide-grey,
.layout-full .wide-grey.panel-row-style,
.layout-full .panel-row-style.panel-row-style-full-width[data-stretch-type="full-stretched"],
.layout-full .panel-row-style.panel-row-style-full-width,
.layout-full.panels-style-force-full .panel-row-style{
margin: 0 -1000px;
padding: 25px 1000px 25px 1000px;
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: siteorigin

Tags: two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce

Tested up to: 5.9
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.6.20
License: GPLv2 or later
Expand Down Expand Up @@ -106,6 +106,9 @@ This theme makes use of the SiteOrigin Settings Framework contained in the /inc

== Changelog ==

= 1.20.3 - 02 September 2022 =
* Reverted previous `Page Builder Full Width Stretched Padded` display fix.

= 1.20.2 - 29 August 2022 =
* Fixed Page Builder Full Width Stretched Padded row display.

Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/vantage/
Description: Vantage is a flexible multipurpose theme. Its strength lies in its tight integration with some powerful plugins like Page Builder for responsive page layouts, Smart Slider 3 for big beautiful sliders and WooCommerce to help you sell online. Vantage is fully responsive and retina ready. Use it to start a business site, portfolio or online store. We offer free support on our <a href="https://siteorigin.com/thread/">forum</a> (https://siteorigin.com/thread/).
Version: dev
Tested up to: 5.9
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.6.20
License: GNU General Public License v2 or later
Expand Down Expand Up @@ -3353,7 +3353,7 @@ html[xmlns] .slides {
}
.layout-full .panel-row-style.panel-row-style-wide-grey,
.layout-full .wide-grey.panel-row-style,
.layout-full .panel-row-style.panel-row-style-full-width[data-stretch-type="full-stretched"],
.layout-full .panel-row-style.panel-row-style-full-width,
.layout-full.panels-style-force-full .panel-row-style {
margin: 0 -1000px;
padding: 25px 1000px 25px 1000px;
Expand Down
2 changes: 1 addition & 1 deletion style.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/vantage/
Description: Vantage is a flexible multipurpose theme. Its strength lies in its tight integration with some powerful plugins like Page Builder for responsive page layouts, Smart Slider 3 for big beautiful sliders and WooCommerce to help you sell online. Vantage is fully responsive and retina ready. Use it to start a business site, portfolio or online store. We offer free support on our <a href="https://siteorigin.com/thread/">forum</a> (https://siteorigin.com/thread/).
Version: dev
Tested up to: 5.9
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.6.20
License: GNU General Public License v2 or later
Expand Down

0 comments on commit f6e6e44

Please sign in to comment.