DMXzone Supersized Support Product Page

This topic is locked
Answered

White Left Margin - Resolved

Asked 05 Dec 2011 02:45:42
1
has this question
05 Dec 2011 02:45:42 Martin Dalziel posted:
Hi guys,

I have created a functioning simple background slideshow. So the program is working relatively as advertised.

However on this example in the latest Chrome, Firefox and IE 9, I am getting a white margin on the left hand side.

Here is the test page URL.

markovich.creativepixelmedia.com/

Any idea what is causing this and how to get rid of it?

Thanks,
Martin

Official Answer

Replied 05 Dec 2011 09:32:15
Hello Martin,

The white left margin is caused by:


li {
    margin-left: 30px;
}

in your text.css file.

Replies

Replied 05 Dec 2011 09:32:15
05 Dec 2011 09:32:15 Teodor Kuduschiev replied:
Hello Martin,

The white left margin is caused by:


li {
    margin-left: 30px;
}

in your text.css file.
Replied 05 Dec 2011 17:05:40
05 Dec 2011 17:05:40 Martin Dalziel replied:
Thanks Teodor, that worked!

It seems that this was created by default when I created the 960 grid. Is that normal?
Replied 05 Dec 2011 17:55:48
05 Dec 2011 17:55:48 Teodor Kuduschiev replied:
Hello,

Yes, it is normal. But there is no problem to remove the line or set this to 0.
Replied 05 Dec 2011 17:58:39
05 Dec 2011 17:58:39 Martin Dalziel replied:
Good to know!

Thanks,
Martin

Reply to this topic