Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Main Page Center Page Layout

Main Page Center Page Layout

Locked

Views: 1,342

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
14 Apr 2007, 1:17 PM
#1
haleasdollclothes avatar

haleasdollclothes

New Zenner

Join Date:
Jan 2007
Posts:
28
Plugin Contributions:
0

Main Page Center Page Layout

Hello,

I need to know where to find the code or the disable/enable to make the changes to the following in my main page:

I want to remove the white space above my message and have it line up with the top of my first sidebox; and

I want to disable the New Products box.

I looked in Wiki and couldn't find anything that would help. I can follow directions if someone shows me exactly where to look and what to do.

I have the most recent version of Zen.

http://www.haleasdollclothes.com (click on My Store)

Any help will be greatly appreciated.

TIA,

Kathy Dickinson:unsure:
Halea's Doll Clothes

14 Apr 2007, 6:22 PM
#2
tmc_sherpa avatar

tmc_sherpa

Zen Follower

Join Date:
Mar 2007
Posts:
158
Plugin Contributions:
0

Re: Main Page Center Page Layout

adding

..centerColumn {
padding: 0 5em 5em 5em;
}

to your stylesheet.css file should do it, the frames are screwing up the web developer addon for firefox, but that will take out the space at the top of the center column

to remove the new product box from the main page, go to
admin configuration index listing and set
Show New Products on Main Page = 0

15 Apr 2007, 3:45 PM
#3
haleasdollclothes avatar

haleasdollclothes

New Zenner

Join Date:
Jan 2007
Posts:
28
Plugin Contributions:
0

Re: Main Page Center Page Layout

You are a doll! Thank you!

I loaded the page in Mozilla without the frames and it still comes out odd.

I tried to download the developer, but I had Netscape on my computer and it tried to attach itself to that. Wouldn't do it. I've removed Netscape, but haven't tried to redownload the developer yet.

I think the only thing I'd like to see in Mozilla so far is my "Search" button to look right.

Kathy

15 Apr 2007, 4:24 PM
#4
tmc_sherpa avatar

tmc_sherpa

Zen Follower

Join Date:
Mar 2007
Posts:
158
Plugin Contributions:
0

Re: Main Page Center Page Layout

its getting a width assigned to it

<br/> <input type="submit" style="width: 50px;" value="Search"/> <br/>

removing the style fixes the problem
again, I'm not sure where you need to go to correct this

17 Apr 2007, 10:58 PM
#5
haleasdollclothes avatar

haleasdollclothes

New Zenner

Join Date:
Jan 2007
Posts:
28
Plugin Contributions:
0

Re: Main Page Center Page Layout

Me, again.

I've tried to install the web developer in my Mozilla browser. Am I trying to install it in the wrong place? It just downloads to my desktop, and when I try to unzip it my computer won't recognize the installation file.

TIA,

Kathy

18 Apr 2007, 12:54 AM
#6
tmc_sherpa avatar

tmc_sherpa

Zen Follower

Join Date:
Mar 2007
Posts:
158
Plugin Contributions:
0

Re: Main Page Center Page Layout

If you got it from the mozilla site, it should be an.xpi file. You should be able to do an open with (double clicking or right clicking and selecting open with from the menu. I don't remember the Apple way of doing it, I'm using a two button mouse there as well :P) and select firefox/mozilla.

Otherwise, if you go to
https://addons.mozilla.org/en-US/firefox/addon/60
with Firefox/Mozilla/Seamonkey, click the install now button, then again in the pop up window.
(it might work with the newest versions of Netscape as well, its the same code base, but I can't say that I've tried)

long as your there, grab Firebug
https://addons.mozilla.org/en-US/firefox/addon/1843
as well, each has its own strengths.