Forums » Customize

margin

nactus
DENMARK
2008-08-10 09:49:15
 

ciao all,
can anyone help me how to make my-logo touch the edge of the browser,
have a look at www.nactus.dk
see the very left of the template, how can i invalidate the small margin there ?

tryed different things, but i am no shark at this, maby you know ???

bedst, nactus

iwakami M
PORTUGAL
2008-08-10 10:51:51
 

you have a 8 pixel margin for the image.
check your style.css. your "container" is holding a "5px 5px 25px 5px" margin. the first and the last are, respectively, the top and the left values. modify to zero and you have 3 pixel to go.
these are to be found on the "random background" plugin that you have inserted on the "plugin" folder. edit it, and near the end, the "backgrounded" is adding extra style in putting 3px as a border for the image you have.
i think this is it. if not, try to use "firebug" application for firefox. to inspect every line of you html work. very very useful. it saves lifes :D

nactus
DENMARK
2008-08-10 12:17:23
 

hey !
thanks for the suggestions
think i did them correct, but no effect...?!
firebug? i am a Safari-girl :)

Doctor_Osimo
GERMANY
2008-08-10 12:34:21
 

add this to your style.css:

  1. body { margin: 0; }
  2.  

I think this will solve the problem…

nactus
DENMARK
2008-08-10 13:13:51
 

brilliant !! it works
big thanks doctor osimo

Showing 1 - 5 of 5 posts in Forum > Customize > margin
 

You need to be logged in to post.