arrange pages
-
hi i try to change the default name of blog with a logo, and work fine but the problem that i have i that pages appears on the left outside of the website.
is possible to arrange the position of the pages? as i see my theme has dimensions width 780px so i use a logo of 300 width and loads fine, but the 4 pages that i have went on the left…
i use the following :
<body>
<div id=”pages”>
<h1>
<div align=”left”><img src=”https://luxury-global-hotels.com/wp-content/themes/blackphoto-10/images/luxuryglobalhotelslogo.png” width=”300″ height=”80″ border=”0″ alt=”Luxury-Global-Hotels.com”></div></h1>-
<?php wp_list_pages(‘depth=1&title_li=’ ); ?>
</div>
<div id=”wrap”>
<div id=”logo”>
</div>
<div id=”tagline”><?php bloginfo(‘description’); ?></div>
- The topic ‘arrange pages’ is closed to new replies.