cruiser 0 Report post Posted April 8, 2010 I wanted to move the Logo and Link for PageLines from being at the bottom center to the left side on the same line as my Copywrite text, I figured out how to remove it but I didn't want to do that because I know they help promote the exposure you guys get, I just wanted to move it up anf to the left simply to make the bottom there a little more compact Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 9, 2010 You will have to do a couple things. First put the div with the id="cred" inside of the ` Share this post Link to post Share on other sites
cruiser 0 Report post Posted April 9, 2010 Yeah I think I will need the specific code, otherwise I may foul things up royally. Thanks Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 9, 2010 Okay, move this code: ` <?php if(pagelines('credtext')):?><?php echo pagelines('credtext'); ?> <?php else:?> beautiful wordpress themes <?php endif;?> ` beneath the `` that is a few lines above it. Then add this css: ` #cred { float:right; position:relative; right:37%; top:5px; margin-left:0px; } ` Share this post Link to post Share on other sites