Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Sep 2007
    Posts
    46
    Plugin Contributions
    0

    Default Re: I think this is a CSS problem?

    Oh my gosh! YOU ARE AWESOME! That fixed it. I did have to leave the padding-top though because if I changed that, the category text ran into the image. (So the first page you get to like NIRVANA GO SALE and all of the maintenance info runs into the top image. If you have any thoughts on that-I'd love to hear it if you have time. Either way, you've been such a big help to me! You are a life saver!

  2. #12
    Join Date
    Sep 2007
    Posts
    219
    Plugin Contributions
    0

    Default Re: I think this is a CSS problem?

    On the <h1> tag for the front page, you could always include a class:

    <h1 class="whatever">

    then add the spacing to the class, you could then set h1 back to 1em in your css and everything should then line up.

  3. #13
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: I think this is a CSS problem?

    There should be no need to add a class tag in the php. Just combine the h1 with another class/id to make it specific, like

    #indexHome h1 {}

    to apply only to the home page.

  4. #14
    Join Date
    Sep 2007
    Posts
    219
    Plugin Contributions
    0

    Default Re: I think this is a CSS problem?

    Hey that would work as well, the thing is though that would add a 4em padding to every occurence in the home page. I thought I would single out the one which caused the issue so if need be the <h1> tag could be used again.

  5. #15
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: I think this is a CSS problem?

    The h1 tag is only supposed to be used once in a page... and even if it were to be used again, there should be existing tags or other CSS methods to distinguish between them.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. CSS Problem i think ??
    By gmrm in forum General Questions
    Replies: 3
    Last Post: 11 Jan 2010, 12:58 PM
  2. slight problem with css (i think)
    By humbll in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 26 May 2007, 07:04 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg