The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Space In Body

3 posters

Go down

Solved Space In Body

Post by SirLaplace June 25th 2014, 11:47 pm

Hello,
In my forums body there is a space about 1px, i tried to make it disappear with css but i couldn't.

Space In Body DiTgeVs

Can anybody help? Its possible that anycode in my css causes this but i dont think so.
SirLaplace
SirLaplace
Forumember

Male Posts : 50
Reputation : 4
Language : Turkish, English

http://innoctem.forum.st/

Back to top Go down

Solved Re: Space In Body

Post by Jophy June 26th 2014, 9:11 am

Hello,

Try this, add this to your CSS(AP > Display > Colors > CSS Stylesheet):

Code:
.bodyline { padding: 0 !important }
Jophy
Jophy
ForumGuru

Male Posts : 17922
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Space In Body

Post by SirLaplace June 26th 2014, 2:27 pm

It doesn't work.


Code:
.bodyline {
 margin-top: -10px !important;
 padding-top:-12px;
 padding-bottom:0px;
 padding: 0px !important;
 margin-bottom: 0px;
 border-right: #1c1818 solid 15px;
 border-left: #1c1818 solid 15px;
   }


I have this bodyline code in my CSS already. Still there is a space.
SirLaplace
SirLaplace
Forumember

Male Posts : 50
Reputation : 4
Language : Turkish, English

http://innoctem.forum.st/

Back to top Go down

Solved Re: Space In Body

Post by SirLaplace June 27th 2014, 12:34 am

I think there is a black border and it seems like space. But i don't know how can i undo this borders.
SirLaplace
SirLaplace
Forumember

Male Posts : 50
Reputation : 4
Language : Turkish, English

http://innoctem.forum.st/

Back to top Go down

Solved Re: Space In Body

Post by Jophy June 27th 2014, 9:07 am

This code works on my forum:

Code:
.bodyline { padding: 0 !important }

Have you tried placing it at the bottom of your CSS? If that doesn't work:

Try removing some of the properties, try this code instead:

Code:
.bodyline {
 margin-top: -10px !important;
 padding: 0 !important;
 margin-bottom: 0px;
 border-right: #1c1818 solid 15px;
 border-left: #1c1818 solid 15px;
   }

If it messes up, place the original code again.
Jophy
Jophy
ForumGuru

Male Posts : 17922
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: Space In Body

Post by SirLaplace June 28th 2014, 1:57 pm

I removed my bodyline code and tried what you gave but still everything the same;

Space In Body KMl3qJN

I actually want remove this spaces too, blue ones.
SirLaplace
SirLaplace
Forumember

Male Posts : 50
Reputation : 4
Language : Turkish, English

http://innoctem.forum.st/

Back to top Go down

Solved Re: Space In Body

Post by Ange Tuteur June 29th 2014, 1:54 am

Hello zachwinch,

Those lines are from the tables border-spacing. You can remove the border-spacing by adding the following to your stylesheet :
Display > Colors > CSS stylesheet
Code:
.forumline { border-spacing:0; }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Space In Body

Post by SirLaplace June 30th 2014, 1:24 pm

Blue ones are removed, thank you Ange Tuteur.
But red ones still the same :/
SirLaplace
SirLaplace
Forumember

Male Posts : 50
Reputation : 4
Language : Turkish, English

http://innoctem.forum.st/

Back to top Go down

Solved Re: Space In Body

Post by Ange Tuteur July 1st 2014, 3:00 am

You have a solid 2px border on .forumline, if you can find it in your CSS remove it.

or use :
Code:
.forumline { border:none; }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Space In Body

Post by SirLaplace July 2nd 2014, 9:18 pm

It worked, thanks Very Happy
SirLaplace
SirLaplace
Forumember

Male Posts : 50
Reputation : 4
Language : Turkish, English

http://innoctem.forum.st/

Back to top Go down

Solved Re: Space In Body

Post by Ange Tuteur July 2nd 2014, 9:20 pm

You're welcome ! Very Happy

Topic archived

Have a good day. Smile
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum