• Resolved AngelikWebDesigns

    (@angelikwebdesigns)


    my site is https://pinellasbusinessdirectory.com I use the latest updated version of WP 3.8.1 and I am also using the latest version of Raindrops for my theme.

    What I would like to do is simple. there is a lot of “wasted space” at the top of my site. I’m referring the the body area not the header.

    If you look, I have Dead Space the (Page Title) that reads “small business promotions” then more dead space. then social sharing buttons. then google adsense banner.

    Heres my first question. is “small business promotions” necessary? is that my H1 tag? or can I just get rid of it since I use several H2 tags to break up the page already anyways.

    What I’d really like to do is place the google adsense at the very top of body area. no dead space first. then my social sharing buttons directly below that with no wasted space in between.

    Then there could be a little dead space before my actual body content is placed. can anyone give me some guidance on this please?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author nobita

    (@nobita)

    google adsense at the very top of body area.

    If you needs insert your original content.

    wp-config.php

    Set WP_DEBUG true.

    next

    Add to functions.php first line ( <?php before ) below code.

    <?php
    $raindrops_actions_hook_message = true;
    ?>

    It maybe insertable position shows.

    After use, Do not foret WP_DEBUG and $raindrops_actions_hook_message = true; remove.

    Thread Starter AngelikWebDesigns

    (@angelikwebdesigns)

    I cannot find wp-config.php in the editor

    Theme Author nobita

    (@nobita)

    You need to learn how to use the minimum FTP tool

    wp-config.php is exists at wordpress root directory.

    Thread Starter AngelikWebDesigns

    (@angelikwebdesigns)

    Ok thank you Norbita I’ll research that

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘eliminating some wasted space’ is closed to new replies.