From b861eff70446fc063a7871c1dcf9216ba0ea023c Mon Sep 17 00:00:00 2001 From: meteor Date: Mon, 19 Aug 2024 15:48:19 +0400 Subject: [PATCH 1/2] PLUGINS-6808 --- includes/shortcodes/class-ecwid-shortcode-productbrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/shortcodes/class-ecwid-shortcode-productbrowser.php b/includes/shortcodes/class-ecwid-shortcode-productbrowser.php index 94b4d62b..53808215 100644 --- a/includes/shortcodes/class-ecwid-shortcode-productbrowser.php +++ b/includes/shortcodes/class-ecwid-shortcode-productbrowser.php @@ -60,7 +60,7 @@ public function render() { $code .= self::get_dynamic_html_code( $is_default_render, $classname ); - $code .= '
'; + $code .= '
'; $code .= htmlspecialchars_decode( Ecwid_Static_Page::get_html_code() ); $js_code = Ecwid_Static_Page::get_js_code(); From 2ebe6e173c6495312b83a456317f3a801f0e4a8e Mon Sep 17 00:00:00 2001 From: meteor Date: Mon, 19 Aug 2024 16:06:54 +0400 Subject: [PATCH 2/2] PLUGINS-6808 --- css/frontend.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/frontend.css b/css/frontend.css index ba0018b1..1af11708 100644 --- a/css/frontend.css +++ b/css/frontend.css @@ -103,4 +103,9 @@ html#ecwid_html body#ecwid_body .ecwid.ecwid-SingleProduct-v2.ecwid-random-produ .ec-cart-widget[data-icon]::before { content: ''; +} + +#dynamic-ec-store-container, +#static-ec-store-container { + margin-top: 0 !important; } \ No newline at end of file