Author Topic: ss block image alignment  (Read 602 times)

Offline CvP

  • Member
  • Posts: 153
  • Crimson Rain
    • BanglagGamer
ss block image alignment
« on: September 19, 2009, 11:44:27 AM »

Offline kureshii

  • Former Staff
  • Member
  • Posts: 4485
  • May typeset edited light novels if asked nicely.
Re: ss block image alignment
« Reply #1 on: September 19, 2009, 12:02:36 PM »
The screenshots div has a padding of 5px. You'll need to offset the background image horizontally by -5px to align it.
« Last Edit: September 19, 2009, 12:18:22 PM by kureshii »

Offline blubart

  • Member
  • Posts: 2349
Re: ss block image alignment
« Reply #2 on: September 19, 2009, 12:03:57 PM »
even though you question isn't exactly clear, i think the answer you are searching for is: your background image for the description is 950px wide and centered while the description frame is only 940px wide, so to align this picture with the background of the screenshots you have to crop the big one to 940px (only right 10px), crop the small one to 940px (left&right 5px) or center the small one.

The screenshots div has a padding of 5px...
padding doesn't influence the background image
« Last Edit: September 19, 2009, 12:17:23 PM by blubart »

Offline kureshii

  • Former Staff
  • Member
  • Posts: 4485
  • May typeset edited light novels if asked nicely.
Re: ss block image alignment
« Reply #3 on: September 19, 2009, 12:20:21 PM »
Oops, didn't notice the background image alignment...