• Hi, my sites at https://www.digitaltoast.org

    I’ve got my blog how I want it but I want to reduce the gap underneath my menu navigation and the top of the intro text and picture on the front page, its almost ok, I’d just like to half it. The rest of the sites fine, I only want to tweak this page, any ideas anyone who is of far greater knowledge?? I’ve got a tiny bit of knowledge of html, and don’t know a word of php, and well css is just a dream I one day hope to have.

    I’ve created a custom template for the front page, incase that helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding something like:

    .home #inside-widgets {
        margin-top:2em;
    }

    to the bottom of style.css

    Thread Starter digital_toast

    (@digital_toast)

    Thank you! thats exactly what I wanted, can I just ask, how come its the #inside-widgets that needed to be edited? I used Firebug to try an find the exact bit to tweak but there didn’t seem to be a discernible space to edit. did you look at the source code or was that just an educated guess?

    Thanks again!

    A combination of Firebug and the source code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove small gap on homescreen?’ is closed to new replies.