{solved} Logo alignment issue

GK User
Wed Apr 21, 2010 11:57 pm
Hi,

Please could someone advise how I get the logo to align correctly. I've uploaded a image to where the Search module was (position search) however as soon as I do so the Logo shifts upwards. I've tried making the topnav position smaller but this takes no effect.

Any ideas at all ????

Site: www.davelogic.com

Dave
User avatar
Expert Boarder

GK User
Thu Apr 22, 2010 1:02 pm
Did you try to play around with

Code: Select all
#search{float:right;width:auto;[b]margin-top:36px[/b];}


in your template.css ?
User avatar
Senior Boarder

GK User
Thu Apr 22, 2010 5:27 pm
Yes...I've made margin-top:36px 0px which made it a bit better but not fixted the problem.

D
User avatar
Expert Boarder

GK User
Thu Apr 22, 2010 5:56 pm
...and if you try margin-top:-36px
User avatar
Senior Boarder

GK User
Thu Apr 22, 2010 10:52 pm
You, my friend are a genius! Thanks, that worked perfectly.

D
User avatar
Expert Boarder

GK User
Fri Apr 23, 2010 6:07 am
Thanks :blush:
Perhaps you should edit your topic name and add the prefix {solved}
User avatar
Senior Boarder

GK User
Sat Apr 24, 2010 12:53 pm
Code: Select all
#search{float:right;width:273px;margin-top:-36px;}
User avatar
Expert Boarder


cron