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.
http://wpswitch.com/blog/tutorials/how-to-enable-wordpress-3-0-multisite/ Share this post: Share on X (Twitter) Share on Facebook Share on LinkedIn Share on Email
Broken product links? Product link goes to a blank page. Problem: Shopping cart page shows up fine, and products are purchasable. But if I click on the Product’s link to go to that individual product’s page, the link just goes to a blank page. Solution: Click the “Fix Product Group Permalinks’ link in WP e-Commerce’s…
Should I nofollow the social media icons on my own site that link to my own Social Media profiles?* Do not nofollow your [own] social media profiles. Do not nofollow your own links or links to properties you manage. Only nofollow links if they are low quality sites, you have a commercial relationship with them, or…
How to add custom navigation menus in WooThemes Canvas, via Child Theme*. In this case, I wanted to add a menu in the footer and this tutorial is perfect. CSS for centering the footer menu (for Canvas v5.3.0 Child Theme): /* Footer Menu styling. Source: http://woothemes.zendesk.com/entries/22533218-Add-Custom-Navigation-Menus-in-Canvas */ .custom-menu-location { margin-bottom: 20px; } /* Adding some spacing…
Dropdown Select Menu displaying post titles from Custom Term “National Clients” from Custom Taxonomy “Client Status” from Custom Post Type “Clients” This is for a music recording studio, displaying National Clients and Local Clients via a dropdown select menu. The PHP and HTML code is placed on the WordPress site via Code Snippets WordPress plugin….
A fantastic WordPress SEO training video titled “SEO Mistakes Most Bloggers Make” by Stephan Spencer at WordCamp 2008 San Francisco. Very detailed. Also, download the associated Power Point presentation that he mentions at the beginning of the video: SEO Mistakes by Stephan Spencer SEO Mistakes Most Bloggers Make – WordPress SEO training video Share this…