Need Some Help with Word Press

Discussion in 'Blogging' started by bushib, Apr 18, 2008.

  1. #1
    Hi there,

    My url is http://www.skincarequeries.com

    1. How to reduce the white (empty) space at both ends. (left and right). (Which portion to edit in the css or other files?)

    2. How to reduce the empty (white space) below this Slogan Care Tips by Dermatologist"

    3. How to make a hierarchy (tree) of the categories and sub

    categories like

    Skin Types
    > Oily skin
    > dry skin
    > Glowing skin

    But the sub-categories should only be displayed when someone click on the main category name.

    Like the categories of this website http://www.iseeq.com/c/debt-management.htm


    Any help will be much appreciated.

    Regards
    bushib
     
    bushib, Apr 18, 2008 IP
  2. Svenson

    Svenson Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    1. Increase the width of the center column
    2. Take out the spacer div under the slogan div
    3. The site you linked to is using individual pages for that effect, waste of time, use javascript to show and hide divs. Search google for a jQuery example.

    But there is A LOT of unnecessary code in this page, and some bad practices like inline styles and spacers. In a CSS and xhtml site you don't need spacers, use margin and padding instead. Theres also a javascript error on the page.
     
    Svenson, Apr 18, 2008 IP