• Resolved Lazign

    (@lazign)


    Hey! I’m working on a business site but I haven’t done so much yet.
    I have resized the slideshow a bit but the content is still in the middle of the page.

    How can I bring it up and reduce the white space between the title and the slideshow?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Almost impossible to help without a link to the site.

    Thread Starter Lazign

    (@lazign)

    Ooops sorry I thougnt I’ve have linked it…

    Here you go:
    http://teknik.site90.com/

    In your style.css file, it’s this line that’s doing it:

    #featured {background: url(images/featured-bg.png) no-repeat; height: 401px; margin-bottom: -5px; position: relative; margin-left: -2px; padding-top: 5px; padding-left: 11px;}

    Change the height on your #featured div to about 220px like this:

    #featured {background: url(images/featured-bg.png) no-repeat; height: 220px; margin-bottom: -5px; position: relative; margin-left: -2px; padding-top: 5px; padding-left: 11px;}
    Thread Starter Lazign

    (@lazign)

    Wow! Thanks that was perfect :)Hope I can learn more about css so I can help people too!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Bring content up’ is closed to new replies.