Quote Originally Posted by picaflor-azul View Post
It looks like you have solved the sidebox border.

You can follow this tutorial to delete the tag line:

How Do I Change or Delete the Tagline Text Under the Logo

To remove the extra space between your logo and the top navigation bar find this in your styleheet.css:

Code:
#tagline {color:#b5b5b6;font-size: 1.65em;text-align :left;vertical-align:bottom;margin-left:10px;margin-bottom:25px;text-transform:lowercase;}
and replace with this:

Code:
#tagline {color:#b5b5b6;font-size: 1.65em;text-align :left;vertical-align:bottom;margin-left:10px;text-transform:lowercase;}

Thanks,

Anne
Hi Anne,

Thanks for your reply.
Indeed,the sidebox border I already solved myself with a little help from the Firefox addon firebug
Thanks for letting me know the code to get rid of that space,this worked.

I also received your e-mail,will reply later on when I have some more time,I need to finish the shop very fast now .

Thanks for all your help.

Regards,
Richard