0
Welcome Guest! Login
0 items Join Now

SOLVED Haiku: remove little space completely at the top

    • Simon Vezina's Avatar

    SOLVED Haiku: remove little space completely at the top

    Posted 17 years 8 months ago
    • Hi all,

      I'm designing my first joomla website at www.institutjoseehamel.com/index.php
      I paid for all the lovely templates, but in the end I chose the free one hehe.

      I've been struggling with this. If you look at the site, you can notice that there's a little space at the top completely. In other words, the site doesnt start completely at the top, it starts about 1/2 inch lower.

      I'd like to remove that space, and I can't find where!


      Any clue where to look? There's nothing in the Index.php that would make me think that the space comes from there, and I can't find anything in the CSS either (although I'm not a CSS expert)

      Thanks for helping!
      Simon
    • Last Edit: 17 years 8 months ago by .
    • Yves's Avatar
    • Yves
    • Preeminent Rocketeer
    • Posts: 9214
    • Thanks: 5

    Re: SOLVED Haiku: remove little space completely at the top

    Posted 17 years 8 months ago
    • In template_css.css, change margin-top

      #main_bg {

      margin-top: 0px;

      margin-bottom: 20px;

      margin-left: auto;

      margin-right: auto;

      width: 770px;

      background: url(../images/blog_bg.png) repeat-y;

      text-align: left;

      }
    • Yves
    • Simon Vezina's Avatar

    Re: SOLVED Haiku: remove little space completely at the top

    Posted 17 years 8 months ago
    • Thanks!

      and also: DOH!
      hehe

      Simon

Time to create page: 0.047 seconds