Skip to content

Commit

Permalink
Merge pull request #294 from Ecwid/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
meteor-ec authored Aug 19, 2024
2 parents f6ff62e + 2ebe6e1 commit 517dac6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions css/frontend.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function render() {

$code .= self::get_dynamic_html_code( $is_default_render, $classname );

$code .= '<div id="static-ec-store-container" style="margin-top:0;">';
$code .= '<div id="static-ec-store-container">';
$code .= htmlspecialchars_decode( Ecwid_Static_Page::get_html_code() );

$js_code = Ecwid_Static_Page::get_js_code();
Expand Down

0 comments on commit 517dac6

Please sign in to comment.