Posted - 11/05/2018 : 00:23:39
Find this for each of the buy and details images <p align="right"><img src="images/add.jpg" alt="Buy" width="74" height="33"> <img src="images/details.jpg" alt="Buy" width="74" height="33"></p> Change that to <p class="prodbuy"><img src="images/add.jpg" alt="Buy" width="74" height="33"> <img src="images/details.jpg" alt="Buy" width="74" height="33"></p> Add this near the top of the css file p.prodbuy{text-align:right;} Then around line 740 of style.css add p.prodbuy{text-align:left;} or p.prodbuy{text-align:center;} ...as you prefer. Andy Please feel free to review / rate our software
|