Forum Replies Created
-
AuthorPosts
-
May 9, 2014 at 4:14 pm in reply to: Beautiful Pro — Adjusting Title Logo Size and Header Menu #104343
agentv
MemberHey ladies,
I've followed these instructions to resize the header image but it's ignoring me and still squishing the logo:
Wondering if there's another step other than this that I've missed:
In functions.php, look around line 28 for this section and change the height and width:
//* Add support for custom header
add_theme_support( ‘custom-header’, array(
‘default-text-color’ => ’000000′,
‘header-selector’ => ‘.site-title a’,
‘header-text’ => false,
‘height’ => 120,
‘width’ => 320,
) );In style.css, look around line 925 for this section and change the width:
.title-area {
float: left;
padding-top: 10px;
padding-top: 1rem;
width: 320px;
}And then line 965 and change the height:
.header-image .site-title a {
float: left;
min-height: 120px;
width: 100%;
}Thanks in advance 🙂
V
agentv
MemberOk I tried editing this in the Editor area, no joy. Then I tried doing a right click/inspect element and it showed something else, so I tweaked that percentage and hey presto.
Totally making this up as I go! 😀
agentv
MemberThanks for the quick response - tried that and no joy?
agentv
Memberok ignore me - as is so often the way, as soon as I asked the question I found the answer! blonde moment 😀
agentv
MemberHey folks,
I added this line of code which worked a treat. Then I changed my mind and decided I'd like to keep the menu on the home page, so I deleted it, but the menu hasn't reappeared. Any ideas what I might have missed?
http://www.agencyaccelerator.com.au
Many thanks,
Victoria
agentv
MemberI think maybe the site was caching because it JUST started to work, about an hour after I put that code in!
-
AuthorPosts