Skip to content

Commit

Permalink
fix: shop page layout container width issue
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Jan 8, 2025
1 parent e4c9da9 commit 8a98977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/customizer/defaults/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ private function sidebar_layout_width_default( $control_id ) {
'neve_blog_archive_content_width',
'neve_other_pages_content_width',
'neve_single_product_content_width',
'neve_shop_archive_content_width',
];
$full_width = apply_filters( 'neve_sidebar_full_width_defaults', $full_width );
if ( in_array( $control_id, $full_width, true ) ) {
Expand Down

0 comments on commit 8a98977

Please sign in to comment.