Viewing 3 replies - 1 through 3 (of 3 total)
  • #access {
        background: -moz-linear-gradient(#252525, #0A0A0A) repeat scroll 0 0 transparent;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
        clear: both;
        display: block;
        float: left;
        margin: 0 auto 6px;
        width: 100%;
    }

    Remove the box-shadow.

    Thread Starter makta112

    (@makta112)

    That fixed it, thank you!

    Hi

    I would like to remove my entire page border at this link (specifically gray shadow at the right and bottom side of the page).
    1- When I change the “Max-width” (in the following codes” to big numbers, it widens the page width and narrows down the gray area at tight side.
    #page {
    margin: 0 0 0 0;
    max-width: 1000px;

    But the bad thing about this is that when you use other PCs with different screen resolutions, it shrinks the heather image width as well. I can change the header image width too but don’t think this is a right of removing gray area at the right side (border or shadow box whatever it is called).
    – I am sure there should be a better way of getting rid of that gray shadow (or border or whatever it is called) area at the right side.
    – I tried “shadow-box; none” and “border: opx” and other suggestions but nothing seams to work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove border?’ is closed to new replies.