Navigation:


FORUMS > ASK A QUESTION OR REPORT AN ERROR [ REFRESH ]
Thread Title: Home Page CSS
Created On Wed July 06, 2011 10:36 AM
  Home Page CSS - Micah Hoffman
  Home Page CSS - ILGM Tech Support
  Home Page CSS - Micah Hoffman
  Home Page CSS - ILGM Tech Support
  Home Page CSS - Micah Hoffman
  Home Page CSS - Micah Hoffman
  Home Page CSS - ILGM Tech Support

Micah Hoffman User is offline

User
Date Joined: Jun 2011
Location: , Colorado
Posts: 29
Posted: Wed July 06, 2011 10:36 AM

Share/Save/Bookmark User is offline View thread in raw text format

Is there a way to have the css for the homepage differ from the rest of the website?

Reply
Quote
Top
Bottom


ILGM Tech Support User is offline

ILGM Technical Staff
Date Joined: Sep 2002
Location: Colorado Springs, Colorado
Posts: 2275
Posted: Wed July 06, 2011 3:16 PM

Share/Save/Bookmark User is offline View users profile View thread in raw text format

Currently, you have BODY set the for whole site and BODYHOME set for the home page.
This gives you some control over how the home page looks as oposed tothe rest of the site.

What specifically are you looking to do?

Reply
Quote
Top
Bottom


Micah Hoffman User is offline

User
Date Joined: Jun 2011
Location: , Colorado
Posts: 29
Posted: Wed July 06, 2011 3:24 PM

Share/Save/Bookmark User is offline View thread in raw text format

 Could I remove padding from the home page only? We want to have the option to have the content for the homepage fill the body without margins.

Reply
Quote
Top
Bottom


ILGM Tech Support User is offline

ILGM Technical Staff
Date Joined: Sep 2002
Location: Colorado Springs, Colorado
Posts: 2275
Posted: Wed July 06, 2011 3:30 PM

Share/Save/Bookmark User is offline View users profile View thread in raw text format

I'm not sure I understand - can you take a screen shot and photoshop what your looking to do?

Reply
Quote
Top
Bottom


Micah Hoffman User is offline

User
Date Joined: Jun 2011
Location: , Colorado
Posts: 29
Posted: Wed July 06, 2011 4:00 PM
Edited: Wed July 06, 2011 at 4:20 PM by mhoffman

Share/Save/Bookmark User is offline View thread in raw text format

Oops, I thought this was for the secondary nav table. 



Reply
Quote
Top
Bottom


Micah Hoffman User is offline

User
Date Joined: Jun 2011
Location: , Colorado
Posts: 29
Posted: Wed July 06, 2011 4:00 PM
Edited: Wed July 06, 2011 at 4:21 PM by mhoffman

Share/Save/Bookmark User is offline View thread in raw text format

What I am trying to do is have padding on all of the pages except for the home page.

Reply
Quote
Top
Bottom


ILGM Tech Support User is offline

ILGM Technical Staff
Date Joined: Sep 2002
Location: Colorado Springs, Colorado
Posts: 2275
Posted: Wed July 06, 2011 5:00 PM

Share/Save/Bookmark User is offline View users profile View thread in raw text format

Try adding

padding: 20px; (or what ever size) to the BODY class inthe master stylesheet and padding: 0px; to the .BODYHOME class

Reply
Quote
Top
Bottom

FORUMS > ASK A QUESTION OR REPORT AN ERROR [ REFRESH ]