phillb
Forum Replies Created
-
Forum: Themes and Templates
In reply to: loosing background header image when re-sizing screenJust remembered that I had adjusted the site title and description to get the header logo to work. Changed a few things and appears to be working now.
Many thanks for your assistance Andrew.
Forum: Themes and Templates
In reply to: loosing background header image when re-sizing screenAlmost works! Think I’ve caused problems adding the logo in the header using the following code in header.php
<img class=”header-logo” src=”http://www.phillb.co.nf/hannes/wp-content/uploads/2015/05/draw-clover_2.gif”/>
and updating Child Theme style.css file with
.header-logo {
position: relative;
padding-top: 20px;
float: right;
}Forum: Themes and Templates
In reply to: loosing background header image when re-sizing screenSo have I changed something in Child Theme which has altered the navigation section (which is now covering the entire header section)?
Would like it to work like the original Twenty Thirteen template
Forum: Fixing WordPress
In reply to: Add logo to top right of twenty thirteen headerAmazing, it works!!! :)))
Thanks @freewptp and Jan Dembowski. Saved me a late night trying to work it out!
Keep up the good work.
Forum: Fixing WordPress
In reply to: Add logo to top right of twenty thirteen headerAmazing! easy when you know how.
site title appears to be fixed, however the site description is still sitting below the header logo.
Tried
h2.site-description { clear: none; }but it didn’t work
Forum: Fixing WordPress
In reply to: Add logo to top right of twenty thirteen headerWas hosting site locally whilst in testing mode. However, have uploaded to: so that you can see my problem.