https://i.sstatic.net/zR1G1.png
Our current method for displaying text in one line and an image below it is shown below.
I attempted to achieve this using
position : relative: top: xxpx; bottom: xxpx;
, but I believe there may be a more efficient way to code this.
https://i.sstatic.net/qmF38.png
html
<div class="cc51">
<?php echo $this->__('Add/Change Background color'); ?>
<div class="cc55"><img src="<?php echo $this->getSkinUrl('images/circle.PNG') ?>" alt="image upload button" /></div>
<br/>
</div>
css
.cc51 {
margin-top: 40px;
font-size: 24px;
}
.cc55 {
}