Hi Benqqu,
Thanks for your help but i tried but wasn’t able to fixe it.
I think u are speaking about this “wrap” ? I don’t know where it end…
I deleted the line <div id=”wrapper”> but that didn’t change anything, seems to be something simple but i’m a newbie and i have to work on another dude’s code…
<div id="wrapper">
<?php woo_header_before(); ?>
<div id="header" class="col-full">
<?php woo_header_inside(); ?>
<div id="logo">
<?php
// Website heading/logo and description text.
if ( isset( $woo_options['woo_logo'] ) && ( '' != $woo_options['woo_logo'] ) ) {
$logo_url = $woo_options['woo_logo'];
if ( is_ssl() ) $logo_url = str_replace( 'https://', 'https://', $logo_url );
echo '<a href="' . esc_url( $site_url ) . '" title="' . esc_attr( $site_description ) . '"><img src="' . esc_url( $logo_url ) . '" alt="' . esc_attr( $site_title ) . '" /></a>' . "\n";
} // End IF Statement
echo '<' . $heading_tag . ' class="site-title"><a href="' . esc_url( $site_url ) . '">' . $site_title . '</a></' . $heading_tag . '>' . "\n";
echo '<div class="site-description">' . $site_description . '</div>' . "\n";
?>
<div class="head-social">
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]