Sidebar crashes with top menu
-
Hello,
Here you can see my problem: https://www.finmand.dk/wordpress/coaching/
I would like to change the layout in my sidebare – magin and size, and lose the point – but when I make changes it affects the top menu bar.
They both respond to the ul code.`<div id=”sidebar”>
<?php
if($post->post_parent)
$children = wp_list_pages(“title_li=&child_of=”.$post->post_parent.”&echo=0″); else
$children = wp_list_pages(“title_li=&child_of=”.$post->ID.”&echo=0″);
if ($children) { ?>-
<?php echo $children; ?>
<?php } ?>
</div>I have tried making a
#sidebare
without result.
What changes can I make in my Css file which will affect only the sidebar.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Sidebar crashes with top menu’ is closed to new replies.