In the product.info.css file (located in the blue_stripe/css/mycss directory) about lines 49-52On another site it interferes with the prev/next buttons, pushing them up into the nav bar.
to fix the next/previous page display problem you want to edit the wrapper position from absolute to float and change the top margin height.
.navNextPrevWrapper {
position: float;
top: 255px;
margin-left: 710px;
![]()
Bookmarks