Logo in heatder Just Landing Page Pro
-
Hello,
I first started using the free version of Just Landing Page and I changed the Titel for a Logo without any problem, but I have just hanged to the Pro version and doing the same things the widgets that I put in Sidebar header 2 are moved under de Logo image instead of keepeing in the same line.
The php code that i have now in the header.php file, before puting the image is:
<head profile="https://gmpg.org/xfn/11"> <title><?php wp_title( '|', true, 'right' ); ?></title> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name="viewport" content="width=device-width" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div class="main-header"> <div class="head"> <div class="head-center"> <div class="header-logo span2"><a href="<?php bloginfo('url'); ?>"><img src="https://localhost/testwordpress/wp-content/uploads/2014/09/Escuela-Gob-gobierno-logo.png"</a</div> <div class="sidebar-right span2"><?php if (is_active_sidebar(1)){ echo '<ul>'; dynamic_sidebar(1); echo '</ul>'; }?></div> </div> </div> </div>
Can anyone help me with that? I’m just starting to learn about php code.
Thank you in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Logo in heatder Just Landing Page Pro’ is closed to new replies.