Page 1 of 1

Logo

Posted: Wed Jun 16, 2010 6:24 pm
by mystifier
I know that this sounds easy but I have been messing around for ages...

Can anyone identify the change I need to make to the default stylesheet so that the customer logo touches the toolbar without a small gap.

If I increase the size of the logo image, the tabs get detached from the toolbar.

Thanks.

Re: Logo

Posted: Wed Jun 16, 2010 8:19 pm
by dpDesignz
what do you mean by the toolbar?

Can you post a link to the site

Re: Logo

Posted: Wed Jun 16, 2010 8:42 pm
by mystifier
Sorry, by toolbar, I mean the header (div5) that normally has the searchbox on it.

Re: Logo

Posted: Fri Jun 18, 2010 8:35 am
by dpDesignz
I replied to this last night. Can anyone tell me where my post went?

Re: Logo

Posted: Fri Jun 18, 2010 11:24 am
by Xsecrets
the forum moved to a new server, but the old one was not shut down first, so some posts were lost because peoples dns hadn't updated yet and they were posting on the old server. Don't feel too bad I lost lots of posts.

Re: Logo

Posted: Sun Jun 20, 2010 5:03 am
by michaelruge
So, how do you fix this problem.

Re: Logo

Posted: Mon Jun 21, 2010 3:08 pm
by dpDesignz
In your stylesheet.css file, you just need to play around with the 'height: **px;' under 'header .div3'

Re: Logo

Posted: Mon Jun 21, 2010 11:04 pm
by adrunkentheory
Don't edit the default stylesheet, you should follow the directions to create a new template first before making any changes.

http://www.opencart.com/index.php?route ... path=43_44

Re: Logo

Posted: Tue Jun 22, 2010 8:01 am
by dpDesignz
Oh yes. Sorry. Forgot to say that. I had it on my original post but that got removed. :(

Re: Logo

Posted: Tue Jun 22, 2010 3:15 pm
by mystifier
Thanks for the response dpDesignz (which I didn't see!).

I had this down as a non-response thread and didn't have a watch on it, so had forgotten about it.

I had to change two things, one got rid of the small gap below the logo, the other adjusted the height of the tabs. In the end, I did something else instead but I would be happy to revise it if someone else is having the same difficulty (I know it took me around 10 attempts).

Re: Logo

Posted: Tue Jun 22, 2010 3:51 pm
by adrunkentheory
like the new avatar dp :)

Re: Logo

Posted: Tue Jun 22, 2010 6:28 pm
by dpDesignz
Thanks

If anyone wants I can put a detailed response to this on how I changed it. It took me a couple of days to figure out too.

Re: Logo

Posted: Wed Jul 07, 2010 10:49 pm
by ioian
This is how I fixed it thanks to webdeveloper plugin for FF...
After making own theme as per above, find line 66 in stylesheet.css

Code: Select all

#header .div4 {
     margin-top:[logoheight-60]px; /* add this */