Created
November 15, 2017 08:21
-
-
Save Shininglow/5fd7598bdc99dfa9c8ae83acba29541c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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