Hi there,
I am trying to custom style the showcase position for Afterburner Template. I have uploaded 958x299 image and I want to move text list from the bottom to left side of the image using CSS. The code I added to the custom module is pasted below. when you go to
www.gaarahost.com
you will see the text is moved below the showcase box. I want the text to fit on left with 10px padding within the green image. similar to this page:
www.ipage.com
. Thank you for help. I am new to CSS so please help.
<body>
<div id ="showcase">
<img src="images/stories/gh_images/showcase_bg.png" align="center" width="958" height="299" />
<ul class ="list float:left; margin: 20; padding: 100">
<li style = "font-weight: bold">UNLIMITED Disk Space</li>
<li>UNLIMITED Disk Space</li>
<li>UNLIMITED Disk Space</li>
<li>UNLIMITED Disk Space</li>
<li>UNLIMITED Disk Space</li>
<li>UNLIMITED Disk Space</li>
<li>UNLIMITED Disk Space</li></ul>
I checked your site, but I can't find the code you mentioned. Could you please attach a screenshot with annotation to explain better which part in your site you want to customize?