Quote Originally Posted by mithgar View Post
Could someone help me out?

1. How do I insert a separator between the side boxes?

2. How do I insert border for my navigation bar?

I welcome feedback and help in anyways to improve my site. Thanks!

Check my site.

http://www.graceboutiqueshop.com/


For the sidebox separator:
Try this:
.sideBoxContent {
border-bottom: 2px;
}

for the navigation bar:
#navCatTabsWrapper {
border: 2px ;
}

One thing I would suggest is saving your logo as a .gif; it will be more crisp that way since it is only a two color image. It is a tad blurry as it is now.

Also, I'd add more colors to your site, vs. the grey and red. I included a purple header image, if you'd like to use that instead, open up includes/templates/simple_zen/css/stylesheet_new.css and change:

#navMainWrapper {
background: url(../images/gradient.gif) repeat-x;
margin-bottom:5px;
border-bottom:1px solid #333;
}

to:
#navMainWrapper {
background: url(../images/gradient_purple.gif) repeat-x;
margin-bottom:5px;
border-bottom:1px solid #333;
}