Skip to content

Instantly share code, notes, and snippets.

@Shininglow
Created November 15, 2017 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shininglow/5fd7598bdc99dfa9c8ae83acba29541c to your computer and use it in GitHub Desktop.
Save Shininglow/5fd7598bdc99dfa9c8ae83acba29541c to your computer and use it in GitHub Desktop.
function cosmetro_before_single_product_summary_wrap_before() {
echo '<div class="row single_product_wrapper"><div class="col-xl-6 col-md-12 col-sm-12 col-xs-12"><div class="single-image-container">';
}
function cosmetro_before_single_product_summary_wrap_after() {
echo '</div></div><div class="col-xl-6 col-md-12 col-sm-12 col-xs-12">';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment