jmadrid2

Member

Forum Replies Created

  • Josh, that did it. Thank you.

    In reply to: Adsense in Header

    #24207

    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?

    In reply to: Adsense in Header

    #24205

    Sorry about posting in the wrong place and using tilde instead of backticks.

    In reply to: Adsense in Header

    #24204

    Just applied the last change you gave me and it worked!!!! Thanks for your help. Why did that work?

    ~

    #text-3 {

    margin-left: 232px;

    }

    ~

    In reply to: Adsense in Header

    #24201

    I am making all changes on my beta site, http://beta.mma-latino.com and that is where you can see the problem.

    In reply to: Adsense in Header

    #24198

    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)