How to change the header size in TwentyEleven and TwentyTen
To change the header size in width or height or both of the TwentyEleven or TwentyTen theme in WordPress you need to add a snippet of code to the ‘functions.php’ file in your parent theme or child theme – the preference is to make a child theme and create/change the functions.php file in there. The reason for this is…
Read MoreAdding a Footer Menu to Twenty Eleven Theme WordPress
To add a menu to the footer of the WordPress Twenty Eleven, Twenty Ten or other themes, you need to register an additional menu, create it, position it and style it. This is best done in a child theme as when the theme is updated then any changes you make are lost but if you have…
Read MoreExtend the TwentyEleven Theme Menu Navigation to Full Width
How to get the WordPress TwentyEleven Theme Main Menu Navigation to go full width screen like the page below. Both the CSS and ‘header.php‘ files need to be edited, the issue is that the theme is fluid and the ‘nav‘ div sits inside the div of the page which has a max-width of 1000px. We…
Read More