Heavy Active member May 3, 2015 #1 How do i remove this very small frame around forum & all categories?! You see what i mean with my mouse. Thank you.
How do i remove this very small frame around forum & all categories?! You see what i mean with my mouse. Thank you.
Deceptive Active member May 3, 2015 #2 Heavy said: How do i remove this very small frame around forum & all categories?! You see what i mean with my mouse. Thank you. Click to expand... This should remove it Code: .sectionMain { background-color: none; padding: 10px; margin: 10px auto; border: none; border-radius: 10px; } Upvote 0 Downvote
Heavy said: How do i remove this very small frame around forum & all categories?! You see what i mean with my mouse. Thank you. Click to expand... This should remove it Code: .sectionMain { background-color: none; padding: 10px; margin: 10px auto; border: none; border-radius: 10px; }
Heavy Active member May 3, 2015 #3 Demon said: This should remove it Code: .sectionMain { background-color: none; padding: 10px; margin: 10px auto; border: none; border-radius: 10px; } Click to expand... Thank you sir! You really are a lifesaver! Upvote 0 Downvote
Demon said: This should remove it Code: .sectionMain { background-color: none; padding: 10px; margin: 10px auto; border: none; border-radius: 10px; } Click to expand... Thank you sir! You really are a lifesaver!