Jump to content

[SOLVED] moving logo because it overlapping menu


Recommended Posts

in this case you have to move whole #header_right a bit down

#header_right {
position: relative;
float: right;
margin-top: 20px;
}

i added margin-top:20px;

 

try to add the same code, increase or decrease margin-top param value.

 

code above it's a part of global.css line 554

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...