Forum Replies Created
-
In reply to: Featured Image shows in Header area after child theme creation
February 20, 2012 at 8:46 pm #24581Josh, that did it. Thank you.
Prasanna, thanks again for the quick response. The reason I ask is that I am doing this for testing on this site and will eventually implement these changes on my main site http://www.mma-latino.com. How would I find the ID of the Adsense container on another site?
Sorry about posting in the wrong place and using tilde instead of backticks.
Just applied the last change you gave me and it worked!!!! Thanks for your help. Why did that work?
~
#text-3 {
margin-left: 232px;
}
~
I am making all changes on my beta site, http://beta.mma-latino.com and that is where you can see the problem.
Prasanna,
I have made the changes you described but still not getting the desired outcome.
Functions.php
<?php
function graphene_custom_header_width(){
return 232;
}
function graphene_custom_header_height(){
return 90;
}
add_filter('graphene_header_image_width', 'graphene_custom_header_width');
add_filter('graphene_header_image_height', 'graphene_custom_header_height');
?>For the adsense code, that would be the header-widget section of style.css correct?
.header-widget {
position: absolute;
margin-left: 232px;
float: left;
}
Viewing 6 posts - 1 through 6 (of 6 total)
