Because of css styling;
Post link to site so we can look
OR
If you install Firefox Firebug then when you visit your website you can immediately see the css styling plus line numbers for that logo
I’m having the same problem. This is the link to my site:
http://www.demaho.info
How can I edit the css styling to move the website up?
Can anyone tell me how to access the css styling to fix the logo being too far down on the page? I’m running out of options and I need to fix this as soon as possible.
I’m not very good with CSS but if you download Firebug for Firefox (addons.mozilla.org), you can right click on the page, click Inspect Element, and click the little box and cursor icon to inspect all the different elements of the page visually. The CSS regarding what your have selected shows up in the right hand frame of Firebug, and you can experiment with modifications and see their effects immediately, like a simulation.
Can anyone else be more specific?
I had a problem with the logo being down too low as well and here’s how I fixed it:
Administration > Appearance > WP-Creativix Options > Style Settings
Set “Logo/Nav Margin” to -15… keep incrementing to a lower negative number until it looks good for you
I went into “Logo/Nav Margin” and set it as a negative value but that didn’t work.
When using Firebug, I clicked on Inspect Element and I saw that I need to change #header {margin-top:50px} to {margin-top:0px}. However, I don’t know how to make the change permanent. When I refresh the page, the margin-top is back to 50px again. How can I use Firebug to make a permanent change on the css styling?
I figured it out. I had to go to the style.php file and edit the css style there.