From d31331c340eea9daeb42971d9a1165ece3f8788c Mon Sep 17 00:00:00 2001 From: Andrew Misplon Date: Fri, 2 Sep 2022 10:16:00 +0200 Subject: [PATCH 1/3] Revert "Merge pull request #419 from siteorigin/fix-pb-full-stretched-padded-display" This reverts commit ee487009fb1adbc1e395e75ec05939b61e41004e, reversing changes made to 35ca127998da91de445dff33f401b1563db27afd. --- less/widgets.less | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/less/widgets.less b/less/widgets.less index 9a1541b0..cacffce0 100644 --- a/less/widgets.less +++ b/less/widgets.less @@ -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; diff --git a/style.css b/style.css index 807c6436..52a57e01 100644 --- a/style.css +++ b/style.css @@ -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; From d4cebea5b49b070dd671721c0d7fff233a028756 Mon Sep 17 00:00:00 2001 From: Andrew Misplon Date: Fri, 2 Sep 2022 10:27:34 +0200 Subject: [PATCH 2/3] Updated Tested up to tag --- readme.txt | 2 +- style.css | 2 +- style.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index ec561056..1c3d4912 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/style.css b/style.css index 52a57e01..1455bda9 100644 --- a/style.css +++ b/style.css @@ -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 forum (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 diff --git a/style.less b/style.less index db870d74..9dde3511 100644 --- a/style.less +++ b/style.less @@ -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 forum (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 From b5cb64fd2c151c4f09ec83a1e6ff8c44a577259e Mon Sep 17 00:00:00 2001 From: Andrew Misplon Date: Fri, 2 Sep 2022 10:38:52 +0200 Subject: [PATCH 3/3] Updated changelog --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index 1c3d4912..2b7b9ace 100644 --- a/readme.txt +++ b/readme.txt @@ -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.