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.