Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Information Pages - Help Needed Please

Information Pages - Help Needed Please

Locked

Views: 791

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
2 Sep 2008, 11:13 AM
#1
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Information Pages - Help Needed Please

In Firefox all my Information pages text is to the left which is how i want it but in IE the 'Contact Us' and 'Site Map' pages text is centered and i can't seem to get this to change.

http://www.dpmperformance.co.uk/index.php?main_page=contact_us

http://www.dpmperformance.co.uk/index.php?main_page=site_map

Any help would be great!

Thanks in advance!

2 Sep 2008, 11:32 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Information Pages - Help Needed Please

P, ADDRESS {
padding: 0.5em;
text-align:left;
}

Should fix the Contact Us page.

For the site map, you have **#siteMapList ** floated right in the stylesheet.

2 Sep 2008, 11:40 AM
#3
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Re: Information Pages - Help Needed Please

Once again Steve thanks, just needs the text above the site map and below the address moving to the left now... any idea?

2 Sep 2008, 11:48 AM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Information Pages - Help Needed Please

That text is in your contact_us define page.

It looks like the id is #contactUsNoticeContent - you'd have to add that to the stylesheet and align it left.

Or you might be able to use the Align Left thing in the HTML editor in the Define Pages Editor

2 Sep 2008, 12:05 PM
#5
dpm avatar

dpm

Zen Follower

Join Date:
Mar 2008
Posts:
262
Plugin Contributions:
0

Re: Information Pages - Help Needed Please

Great!

Thanks again!