How to Center Logo in WooThemes Canvas
Problem: Full-width logo spills out over right side of header
Solution*: Add this CSS to Child Theme’s custom.css file:
#logo { float: none; text-align: center; }
Problem: Full-width logo spills out over right side of header
Solution*: Add this CSS to Child Theme’s custom.css file:
#logo { float: none; text-align: center; }
*Source: How to Center Logo in WooThemes Canvas
Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
I always forget the CSS URL path to background images. Thanks TechGnome from the WordPress.org Support Forums. If the path to CSS (or any file for that matter) leads off with the / that means go to the root and begin look there. A single DOT in front of the slash means look in current dir, and…
Testing out WP-Table Reloaded v1.8 by Tobias Bäthge, which enables you to create and manage tables in your WP’s admin area. No HTML knowledge is needed. A comfortable backend allows to easily edit table data. Tables can contain any type of data and additional JavaScript libraries can be used to extend it with features like…
WordPress security plugin from Perishable Press: a simple script that protects your website against malicious URL requests. Block Bad Queries (BBQ) checks all incoming traffic and quietly blocks bad requests containing nasty stuff. Share this post: Share on Twitter Share on Facebook Share on LinkedIn Share on Email
Just upgraded to WordPress 2.8.1 Beta 2 (bleeding-edge stuff), which became available June 26, 2009. Share this post: Share on Twitter Share on Facebook Share on LinkedIn Share on Email
http://www.problogger.net/archives/2011/06/07/how-to-keep-your-blog-hacker-spammer-and-spyware-free/ Share this post: Share on Twitter Share on Facebook Share on LinkedIn Share on Email
Adding a second menu to the Speaky WordPress theme from WPBeginner, even though this tutorial is for adding a second menu specifically to the TwentyTen WordPress theme. Tutorial: http://digitalraindrops.net/2010/08/the-second-menu/ Files affected: functions.php header.php navigation-2.php (new file) style.css Note: Since I didn’t want the second menu to look different from the main menu, as the tutorial…