You can move the logo image down by increasing the “top: 25px” in the following CSS — line 265 in main.css file:
#top_logo a {
display: block;
left: 10px;
position: absolute;
top: 25px;
z-index: 20000;
}
Try increasing it to 35 — see what it looks like and adjust accordingly. You can’t easily make the logo bigger — because it is an image — so you’d need to get or create a bigger image version of it.
Thread Starter
cash89
(@cash89)
Thanks going to try it now. Ican make the logo bigger, i made it smaller in the media manager so I guess i could just resize it, right? If not I made the logo in photoshop so I could make it bigger that way too.
Thread Starter
cash89
(@cash89)
Where do I find the main.css file you are talking about. In the editor I only see one css file (style.css)
Thread Starter
cash89
(@cash89)
Nevermind I figure it out, just went into cpanel and edited the file. Thank you!!!
Do you know how I can move the main menu to the left more so it gives me more room for the logo?