Put this in your
languages/english/html_includes/CUSTOM/define_main_page.php
You can do this by either go to your
admin >>> tools >>> define pages editor >>> define_main_page.php - as suggested by schoolboy
and paste the code in the box, and save.
Or you can open the file which is located in the path above
CUSTOM is the CherryZen folder, if you don't see it there, copy it from the
languages/english/html_includes folder, and put it in there.
Then you open the file, and paste the code, save it, and upload it to the correct folder (again the path above).
HTML Code:
<div id="homeText">
<p>
Welcome to our online store ... take a mosey around.
</p>
<p>
We are so excited and blessed to now be a branding partner with Swarovski. All garments come with a Swarovski hang tag, serving as a sign of authenticity, integrity and the highest standard of design.
</p>
<p>
We are working on the website and adding products as we can, so please check back. If there are supplies or products that you are looking for, please contact us. I have many friends that also have online stores, and they carry a variety of vitamins, supplements, treats, etc.
</p>
<p>
Thank you so much for stopping by! We love it when friends come by, especially if you brought treats!
</p>
<p>
Woof, slurps and tail wags!
</p>
<p>
Julee & the No-No Crew
</p>
</div>
<div id="homeMainImg">
<img src="http://www.pawsomedogz.com/images/taz_banner.jpg" />
</div>
<div class="clearBoth"></div>
Now you open the file
includes/templates/CUSTOM/css/stylesheet.css
and paste/add the following into it, at the end of it is ok.
Code:
#homeText {
width: 319px;
color: #990000;
float: left;
font-weight: bold;
}
#homeMainImg {
width: 502px;
float: right;
}
It might need some tweaking, but to start should be fine.
I'll be able to see this tomorrow, in case first thing to try, decrease the width: 319px to 309, or 300 if 319 messes up.