perdon que algun moderador la mueva al lugar que corresponda
Código CSS:
Ver original/* -------------------------------------
- HEAD -
------------------------------------- */
#head_wrapper{
width: 100%;
min-width: 1100px;
height: <?php echo get_option('tp_header_logo_height');?>;
background-color: <?php echo get_option('tp_color_header_background');?>;
border-bottom: 1px solid #222;
border-top: 1px solid #222;
}
#head{
width: 980px;
margin: 0 auto;
position: relative;
}
/* Site Logo */
#head #sitelogo{
background: url(<?php echo get_option('tp_header_logo');?>) no-repeat left center ;
width: <?php echo get_option('tp_header_logo_width');?>;
height: <?php echo get_option('tp_header_logo_height');?>;
float: left;
}
/* Main Menu */
#head #nav{
float: <?php echo get_option("tp_header_menu_align"); ?>;
z-index: 10;
position: relative;
border-left: 1px solid <?php echo get_option('tp_color_header_divider_dark');?>;
}
/* Help DIV for last thin border after the menu */
#head #headspace_left{
height: <?php echo get_option('tp_header_logo_height');?>;
border-left: 1px solid <?php echo get_option('tp_color_header_divider_light');?>;
float: left;
width: 2px;
}
#head #headspace_right{
height: <?php echo get_option('tp_header_logo_height');?>;
border-right: 1px solid <?php echo get_option('tp_color_header_divider_dark');?>;
float: right;
width: 1px;
}
#head #headspace_ultraright{
height: <?php echo get_option('tp_header_logo_height');?>;
border-left: 1px solid <?php echo get_option('tp_color_header_divider_light');?>;
float: right;
width: 2px;
}
/* Search Box */
#head #search{
float: right;
width: 200px;
border-left: 1px solid <?php echo get_option('tp_color_header_divider_light');?>;
text-align: right;
padding-left: 6px;
line-height: <?php echo get_option('tp_header_logo_height');?>;
vertical-align: middle;
}
#head #search input[type=text]{
width: 153px;
height: 26px;
border: 1px solid <?php echo get_option('tp_color_header_search_border'); ?>;
border-radius: 3px;
background-color: <?php echo get_option('tp_color_header_search'); ?>;
font-family: Arial;
font-size: <?php echo get_option('tp_fonts_body_textfont_size'); ?>;
color: <?php echo get_option('tp_color_header_search_test'); ?>;
text-shadow: #000 1px 1px 1px;
padding-left: 10px;
outline: none;
}
#head #search input[type=submit] {
background-repeat: no-repeat;
border: 0;
width: 18px;
height: 21px;
cursor: pointer;
margin-left: 6px;
padding-bottom: 4px;
background: url(<?php echo get_option('tp_header_search_icon_idle'); ?>);
}
#head #search input[type=submit]:hover{
background: url('<?php echo get_option('tp_header_search_icon_hover'); ?>') no-repeat left top;
}
#sidebar #search button {
background: url(<?php echo get_option('tp_header_search_icon_idle'); ?>) no-repeat center center;
height: 30px;
border: 0;
box-shadow: 0 0px 0 rgba(100, 100, 100, 0.7);
}
#sidebar #search button:hover{
background: #333 url(<?php echo get_option('tp_header_search_icon_hover'); ?>) no-repeat center center !important;
ese es el css de mi web.. quien me ayuda a poner el logo arriba... y dejar todo el menu abajo de el