Zen Cart Logo
Forums / All Other Contributions/Addons / News box manager looks a mess

News box manager looks a mess

Views: 873

Results 1 to 5 of 5
4 May 2011, 1:14 PM
#1
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

News box manager looks a mess

installed news box mager and all working, however when you go to the news page or news arcive it has messed up the style or my website and pushed my side colume under the news for ssome reason.

can be seen here http://www.rubberduckbathrooms.co.uk/store/index.php?main_page=news_archiv

anyone know how to fix this??

4 May 2011, 1:24 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: News box manager looks a mess

have you made changes to your stylesheet.css here?

.centerColumn {
display: inline;
float: right;
line-height: 1.6em;
margin: 0 2% 2% 3%;
text-align: left;
width: 75%;
}

  1. what happens when you change the highlighted red font above to:
  1. left;
5 May 2011, 10:32 AM
#3
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: News box manager looks a mess

that changes my whole site and pushes the left colum (with all my nav etc) to the right hand side...... also make no change to the NEWS pages, colum is still getting pushed under the news

9 Jun 2011, 9:29 AM
#4
kitcorsa avatar

kitcorsa

Totally Zenned

Join Date:
Feb 2007
Posts:
1,724
Plugin Contributions:
0

Re: News box manager looks a mess

finally found the error, simple fix,

I found that the DIV <div class="centerColumn" id="moreNewsDefault" > wasn't closed at the end of the modual.

Open store/includes/templates/your template/templates/tpl_news_archiv_default.php and tpl_more_news_default.php then go right to the end and add an extra </div> close div.

9 Jun 2011, 11:14 AM
#5
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: News box manager looks a mess

Ty for posting the solution and glad your site is up and running ..