Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    look for this css element in your theme’s style.css:

    #frontphoto {
    margin-bottom:10px;

    In that, change the property margin-bottom:10px; to margin-bottom: 0;

    If you don’t find this element in your style.css file, then append this near the bottom of your style.css file:

    #frontphoto {
    margin-bottom: 0;
    }

    Please be aware that all your customization will be lost when you upgrade wordpress/theme next time. So, it is suggested you create a child theme.

    Thread Starter pete76uk

    (@pete76uk)

    Thanks t-p that was easy although there is still a small gap I can live with it.

    Yeah Im very new to wordpress so im just experimenting on some old webspace until I get it right .

    I only heard the word child theme for the first time today so Im going to look up more info on it .

    Thanks again .

    Moderator t-p

    (@t-p)

    you are welcome. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with gap between logo and adsense’ is closed to new replies.