KHer0
Elite Member
- Mar 22, 2011
- 2,465
- 2,981
Well , I know this is very simple problem but I can't remember which thing to change to make two things in the same line
Let me explain in photos to make it easier
If this is the situation now
I want to move the main-menu to be next to the Logo. Like this
There was ad in the place of the menu in the second page which I disabled.
Now to the CSS-Style
The Logo, Ad & Main-Menu :
Which line to change to allow this ( blocks the Menu and Logo getting next to each other ?
)
Thanks in advance.
Let me explain in photos to make it easier
If this is the situation now
I want to move the main-menu to be next to the Logo. Like this
There was ad in the place of the menu in the second page which I disabled.
Now to the CSS-Style
The Logo, Ad & Main-Menu :
Code:
/*************************************************
header area
*************************************************/
#page-highlight {width:1200px;margin:0px auto;height:312px;background:url(images/page-highlight.png) no-repeat 0px -50px;position:absolute;z-index:-1;}
#page-wrapper {width:1000px;margin:0px auto;}
#logo-bar {padding:10px 20px 10px 20px;}
#logo-wrapper {float:left;}
#logo {float:left}
.subtitle {padding-top:5px;}
#ad-header {float:right;padding:15px 0px 0px 0px;}
#main-menu-wrapper {width:960px;margin:0px auto;padding:5px 20px 0px 20px;}
#main-menu {float:left;}
#main-menu a.left-cap {display:block;width:65px;height:44px;background:url(images/main-menu-left-cap.png) no-repeat 0px 0px;float:left;}
#main-menu a.left-cap:hover {background:url(images/main-menu-left-cap.png) no-repeat 0px -44px;}
#main-menu .right-cap {width:9px;height:44px;background:url(images/main-menu-right-cap.png) no-repeat 0px 0px;float:left;margin-left:-1px;position:relative;z-index:180;}
#main-menu ul {float:left;list-style-type:none;margin:0px;padding:0px;position:relative;z-index:170;background:url(images/main-menu-bg.png) repeat-x 0px 0px;}
#main-menu div.menu { float:left; }
#main-menu ul li {float:left;padding:0px;margin:0px;position:relative;padding:2px 0px 2px 0px;}
#main-menu ul li a {display:block;padding:12px 18px 11px 18px;text-align:center;font-size:.75em;height:17px;color:#7D7D7D;border-right:1px solid #E8E8E8;border-left:1px solid #FFF;}
#main-menu ul li a:hover,
#main-menu ul li.current_page_item a,
#main-menu ul li.current_page_ancestor a,
#main-menu ul li.current_page_parent a {background:url(images/main-menu-highlight.png) repeat-x 0px 0px;color:#FFF;}
Which line to change to allow this ( blocks the Menu and Logo getting next to each other ?
Thanks in advance.