Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GoingOffRoading/8f8bda6eacf714bf45d4 to your computer and use it in GitHub Desktop.
Save GoingOffRoading/8f8bda6eacf714bf45d4 to your computer and use it in GitHub Desktop.
Move Recs Above Product Description
<script type = "text/javascript" >
$(window).on('recommendations.loaded', function(){
jQuery('.product-tabs').before($('#rr_1'));
});
var s = s_gi(s_account);
s.linkTrackVars = "eVar66";
s.trackingServer="stats.build.com";
s.trackingServerSecure="sstats.build.com";
s.eVar66 = 'RecsTestProductPageAbovePD';
s.tl(true, 'o', 'RecsTestProductPageAbovePD');
</script>
<style>
.headingP{
font-weight: bold;
}
.recs-product-image{
width: 80px !important;
}
.rr_product {
height: auto !important;
font-size: 11px !important;
padding-top: 0px !important;
}
.featured_list{
height: auto !important;
}
.recs-stage {
padding: 0px !important;
}
.rr_boxhead h2{
padding: 4px 15px !important;
}
.recs-pages {
margin-top: 5px !important;
}
.rr_boxbody {
padding: 0 10px 5px !important
}
.recs-slider-buttons{
display: none;
}
.recs-pages{
display: none;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment