• Resolved taka99

    (@taka99)


    hey there,

    mikeboy.de

    for some reason my category pages id 5,6,7 dont use the whole width. my index page as well. i deleted get_sidebar.php in all pages. normal pages work fine but categories and index not. what can i do?

    greetz taka

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s because the content DIV has its width set to 58.4%. It also has a left margin of 7.6% and a right margin of 34%. I would probably install Custom CSS Manager so you can add your own CSS, and set the right margin to match the left (7.6%) and set the width to auto:

    #content {
       margin-right: 7.6%;
       width: auto;
    }

    Thread Starter taka99

    (@taka99)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘categorie pages dont use whole width’ is closed to new replies.