• 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)
  • Can anyone suggest where I might look?

    They’re dotted borders. Try looking in your theme’s style sheet for 1px dotted #C0C0C0.

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

    Edit style.css and change the width setting.

    #wrap {
    background:#FFFFFF url(images/wrap.gif);
    margin:0 auto;
    padding:0;
    width:900px;
    }

Viewing 1 replies (of 1 total)

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