• Resolved amatisus

    (@amatisus)


    I need help! I can’t figure this out and its killing me!

    My problem is with my category pages – I have no idea what I did wrong on my template/theme, or if any of my plugin is somehow overriding the css, or if the problem is the css, but this is only happening on the categories page WHY?!!!! I have checked my catgories.php template several times and it is still not showing correctly. Here are the links:

    Not working:
    http://buggods.com/category/projects/
    http://buggods.com/category/vintage-history/

    all of the other pages on this site are working as they should:

    http://buggods.com

    Has anyone had this problem before, I wasn’t able to find an answer anywhere, that’s why I decided to post my problem…. 🙁

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Amatisus,

    If you look at the source code of the two pages that aren’t working, you’ll see the body tag has a class applied called “category” (stylesheet line 504).

    This class has a width:150px and a float:left applied to it which seems to be the problem, if you take those out the pages should look right, but you’ll need to be sure that class isn’t being used in other ares of your site.

    edit style.css, and change all existing styles starting with .category into #menu .category

    Thread Starter amatisus

    (@amatisus)

    Thank you StuFu2 and alchymyth! I added #menu to my category classes and now everything is working!! yay! I also understand what the body tag is doing in all pages, it’s all a learning process… thanks again guys!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS working on all pages except categories page’ is closed to new replies.