I am not able to leave below the details text of my product enjoy and share buttons, they are being shifted down the photo of the product on the left. I tried to change the div size of the product image, but it did not work, see the div and its formatting:
<div class="three-fourths">
...
</div>
.three-fourths {
width: 60.5%;
max-width: 700px;
}
The text div of the details and their formatting:
<div class="one-fourth-pers column-last">
...
</div>
.one-fourth-pers {
width: 40.5%;
float:left;
/*max-width: 220px;*/
}
.column-last {
margin-right: 0 !important;
}
An example: