Some small changes
Hi,
I would like to know how I can change the dimensions for the featured images on my blog to 305 x 175. This is the size I'm using now and I would like to keep this size since some of our images are cut out to this size.
Also, I would like to know how I can change the margins on the menu. I would like to move the logo more to the left en the search button and action button to the right so that the menu doesn't get bugged on smaller pages (like this: http://i.imgur.com/UpLQ8V8.png). This is what I see on my 13" MacBook Pro Retina. On my Windows Desktop everything is fine.
Thanks!
Rob
Comments
to change featured image size you need to modify images sizes in functions/theme-functions.php file in right add_image_size() function. More info about this function you can read on http://codex.wordpress.org/Function_Reference/add_image_size
About your 2nd question, please send us url to your website and also make a screenshot of how this should look like and we`ll have a look on what we can do for you.
But this post-photo-wrapper won`t work properly on phones. Maybe instead of above css, you should try below:
About text logo on inner pages, this happen because on homepage logo is h1 but on inner pages not and h1 got own styles. So if you want to get the same style for text logo on inner pages, please use below css: