Skip to content

Commit

Permalink
Merge branch 'release/1.20.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
Misplon committed Jan 21, 2023
2 parents 0e65b45 + 32beb0c commit 2f139f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build
Submodule build updated from 178a6d to 348c40
1 change: 0 additions & 1 deletion inc/mobilenav/mobilenav.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ function siteorigin_mobilenav_nav_menu_css() {
$mobile_resolution = apply_filters( 'siteorigin_mobilenav_resolution', 480 );

if ( $mobile_resolution != 0 ) { ?>
asd
<style type="text/css">
.so-mobilenav-mobile + * { display: none; }
@media screen and (max-width: <?php echo intval( $mobile_resolution ); ?>px) { .so-mobilenav-mobile + * { display: block; } .so-mobilenav-standard + * { display: none; } .site-navigation #search-icon { display: none; } .has-menu-search .main-navigation ul { margin-right: 0 !important; }
Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ This theme makes use of the SiteOrigin Settings Framework contained in the /inc

== Changelog ==

= 1.20.7 - 21 January 2023 =
* Header: Added spacing after widgets on mobile.
* Header: Improved Flexbox responsive behaviour.
* Header: Collapsed Header Widget Area on mobile rather than tablet.
* WooCommerce: Resolved `Logo in Menu` mini-cart and mobile menu overlap on mobile.

= 1.20.6 - 01 January 2023 =
* Header: Replaced JavaScript center alignment with Flexbox.
* Header Widget Area: Excluded SiteOrigin Image Widgets from Lazy Loading.
Expand Down
2 changes: 1 addition & 1 deletion 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: 6.0
Tested up to: 6.1
Requires at least: 4.7
Requires PHP: 5.6.20
License: GNU General Public License v2 or later
Expand Down

0 comments on commit 2f139f3

Please sign in to comment.