Hi there!
I have a round logo and want to have it over both div´s header and menu-header the navigation, shifting the navigation-links let´s say 100px to the rigt side.
How do I manage to do this?
Regards
Cris
Round Logo over 2 divs
12 posts from 3 voices-
Posted 2 years ago #
-
Hey,
You can adjust the left margin of the navigation menu by adding this to your css/custom.css file:
#top .main_menu .avia_mega { margin-left: 100px; }Add the logo and point me to the site; the exact code is easier to provide having seen the live site.
James
Posted 2 years ago # -
hi james
thx a lot. the url: http://www.evopark.at/Posted 2 years ago # -
Hey,
add following to custom.css (located in the folder "css").#header{ height: 190px; } a img, a:hover img {{ top: 5px; }Posted 2 years ago # -
sorry, did´nt worked. can I send you an mockup, maybe I didn´t explained well
Posted 2 years ago # -
Please use http://imageshack.us to post images
Posted 2 years ago # -
Posted 2 years ago #
-
Hey,
can you open your website again please. It's easier for me to give you exact instructions if I can investigate the css...Posted 2 years ago # -
ok, open again
Posted 2 years ago # -
Ok - I looked into it and the easiest way is:
1) Add following to custom.css:
#header{ height: 100px; }Adjust the height as you like - it will control the blue area which contains the search form (and currently the logo).
2) Add following to custom.css:
#top .logo, .logo a{ position:absolute; top: 5px; }Adjust the top value as you like - it will control the position of the logo (distance to the top).
Posted 2 years ago # -
this time it worked. thx a lot
Posted 2 years ago # -
Glad that I could help you :)
Posted 2 years ago #
Reply
You must log in to post.














