Logo spanning horizontal
-
Hi,
Love your theme!
Allthough, I want to add a logo spanning the whole browser horizontally, like this:
http://cl.ly/image/2f0X3n2k2o0sIs that possible?
-
You should be able to do this very easily using a child theme… Here I have created one
Go to Appearance > Header and add the image there
salsaturation? Much thanks for that but in the future can you use pastebin.com links to those 3 files and explain what/why/how?
It’s always scary when someone posts a dropbox link to a zip file like that and by explaining the what/why/how you’ll be helping more people. It’s a self-help forum and just doing it for people doesn’t really explain. π
@jan very true… I have removed the link and will provide a walkthrough shortly instead
Well that’s a nice reply. Hold please.
*SALSATURATION ROCKS!!!1!!!*
Ahem. Much thanks. π
Ok I have put this on github
The three files are
functions.php
header.php
style.cssSo Created a normal child theme as per style.css
created a blank functions.php and added
<?php add_theme_support( 'custom-header' );Then copied over the header.php from base wp and added to line 43 – 45
<div class="header-image"> <img src="<?php header_image(); ?>" height="<?php echo get_custom_header()->height; ?>" width="<?php echo get_custom_header()->width; ?>" alt="" /> </div>Hope that helps
Thanks, salsaturation! π
Just one more… Sorry if I’m annoying…
I can’t remove the the text in the header.
http://cl.ly/image/1D3q3R0h2V3AI’d like to remove the text “Klocksnackbloggen”, actually …I want to remove that whole row. Just have the menu in the top
Is it possible to shuffle the objects around so it ends up like this?
http://cl.ly/image/0F0W0U133E0uIf not, I’d be happy just being able to hide the title text in the top. π
This is my dilemma… It looks quite bad on the phone, the menu would be much better beneath the header image (and of course, the header text gone).
http://cl.ly/image/0V0d3C1t0t3y
Sorry for being picky, salsaturation…
Are you using the child-theme I created?
Yes.
In github – https://github.com/salsaturation/baseshine
There is a folder called alternative-version – https://github.com/salsaturation/baseshine/tree/master/alternative-version
the header.php and style.css have been chaged to match what you wanted
You’re awesome… Will try it out. Thanks!
My friend, this looks awesome.
Big thanks!
You’re welcome
I’m sorry, but I’m back and annoying…
This is how it looks on iPad (retina).
https://www.dropbox.com/s/he7haxg5s8xb9j7/2014-02-28%2012.33.44.pngAny idea to fix this? Talking about the right column being all squeezed together and the top logo not filling out to the right side.
Thanks salsaturation for the support and thanks daviden for compliments. To fix some display issue you need to add custom css in layout.css.
The topic ‘Logo spanning horizontal’ is closed to new replies.
