davecfm 10 Report post Posted July 21, 2011 Hello, I have a custom image for a header, sized 500x200 px that I'm trying to center. With firebug, I'm able to center the image (padding) but I'm unable to copy & paste the correct text into the custom CSS section and make it work. Do I need to add a tags (eg. #body, img) to make this work? Please help. Also, I would like to set up my first page with my complete & full latest post without the "continue reading." Is this possible? I am already familiar with the static page setting. Thanks, Dave Share this post Link to post Share on other sites
davecfm 10 Report post Posted July 22, 2011 OK, figured out the full post issue but where in the stylesheet.css is the code to edit (center) the header? Share this post Link to post Share on other sites
catrina 103 Report post Posted July 22, 2011 Can you please post a link to your site? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
davecfm 10 Report post Posted July 22, 2011 Hello, http://www.farekitchen.com/ Thanks Share this post Link to post Share on other sites
catrina 103 Report post Posted July 22, 2011 Please use this CSS to center your header: #branding div.branding_wrap {text-align: center;} Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
davecfm 10 Report post Posted July 22, 2011 You're the best! Thanks. May I ask, how could I do that same thing for other text and images on my site? I do have firebug and I'm certainly not afraid of a little css (php..very afraid). The lead #banding comand, is a mystery to me. How would I know what to use in the future? Thank you so much and understand if my questions are too complicated to answer in this forum. Cheers, Dave Share this post Link to post Share on other sites
catrina 103 Report post Posted July 23, 2011 To center other text and images on your site, you'll need to use this style: {text-align: center;} The CSS selector you need to use depends on what text or images you're trying to align. The selector in the code I provided you above is #branding div.branding_wrap because the image in your header is contained in there. Please check out this tutorial on how to use Firebug for CSS customizations if you haven't already: http://www.pagelines.com/docs/?s=firebug#101 Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
davecfm 10 Report post Posted July 25, 2011 Thank you Catrina. You've been a great help. Share this post Link to post Share on other sites
tfrankenmolen 0 Report post Posted September 6, 2012 I have the same problem, my URL is www.gezondheidsinfo.com. I am desperately trying to enlarge the header logo and put it in the center. Can anyone please help me with it? Making adjustments in the CSS did not work Thnx, Tony Share this post Link to post Share on other sites