
Originally Posted by
vanson
I have it installe on mysite
www.bagreplica4u.com and you can see that in the middle of the page , the" recent zencart news" and header are overlapped. I wonder if anyone could help. thanks in advance.
I'm in the middle of fixing that myself for my page. Seems as though there's a conflict with the CSS involved in the news poster. What I can suggest is to make two columns in the main box like what I did. One column can be a image highlighting specials and deals while the other will post your news.
The following is based on the default installation:
HTML Code:
<table width="100%" border="0">
<tr>
<td valign="top" width="50%"><a href="http://www.lulu.com/content/466605"><img src="images/large/e-start-book.gif" alt="get your manual today" title="Have you got yours yet? Join the 1000’s of Zen Cart users that have bought the only comprehensive owners manual !" /></a>
<p>This content is located in the file at: <code> /languages/english/html_includes/YOUR_TEMPLATE/define_main_page.php</code></p>
<p>You can quickly edit this content via Admin->Tools->Define Pages Editor, and select define_main_page from the pulldown.</p>
<p><strong>NOTE: Always backup the files in<code> /languages/english/html_includes/your_template</code></strong></p></td>
<td width="50%" valign="top"><?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_NEWS_SUMMARY_MODULE)); ?><td></tr></table>
Bookmarks