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 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();