• Hello all.

    I am VERY new to wordpress. I am working on a small site

    http://www.oneofakindutah.com/

    The main page shows vertical and horizontal dots on the main page and horizontal dots on each of the other pages. I can not find them in the template. Can anyone suggest where I might look?

    Also the pages only use about 2/3 of the page width, can that be adjusted?

    Thank you in advance.

    Jeff

Viewing 1 replies (of 1 total)
  • border-bottom and border-left in your style.css

    #tabber {
    background:#FFFFFF none repeat scroll 0 0;
    border-bottom:1px dotted #C0C0C0;
    float:left;
    margin:0;
    padding:0 0 5px;
    width:480px;
    }
    #homeleft {
    border-right:1px dotted #C0C0C0;
    display:inline;
    float:left;
    margin:20px 0 10px 10px;
    padding:0 20px 0 10px;
    width:480px;
    }

    The width in #tabber, #homeleft and .abouthome (in style.css) are responsible for how your content looks like.

    Peter

Viewing 1 replies (of 1 total)

The topic ‘Removing dots and expanding width’ is closed to new replies.