Covers go at the top of the data.
This commit is contained in:
@ -206,7 +206,7 @@ while ($row = $series->fetchArray()) {
|
||||
<!-- Product section-->
|
||||
<section class="py-5">
|
||||
<div class="container px-4 px-lg-5 my-5">
|
||||
<div class="row gx-4 gx-lg-5 align-items-center">
|
||||
<div class="row gx-4 gx-lg-5 align-items-top">
|
||||
<div class="col-md-6"><img class="card-img-top mb-5 mb-md-0" src="images/<?php echo $row_id.'.jpg' ?>" alt="<?php echo $row_title; ?>" title="<?php echo $row_title; ?>" /></div>
|
||||
<div class="col-md-6">
|
||||
<div class="small mb-1"><?php echo 'Item Record '.$ItemID; ?></div>
|
||||
|
Reference in New Issue
Block a user