Margins
3 posters
Page 1 of 1
Re: Margins
Hello,
What exactly do you mean by margins? Do you mean how many words or characters can fit in a line before they start into a new one?
-Brandon
What exactly do you mean by margins? Do you mean how many words or characters can fit in a line before they start into a new one?
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: Margins
hi,
the distance between the edge and the text
the distance between the edge and the text
Lucek- New Member
- Posts : 2
Reputation : 1
Language : Poland
Re: Margins
You can try adding this to your CSS:
Changing the "Xpx" for whatever you want. Anyways this code works for phpBB3 would be great if you could give us your URL forum so we can test directly on it as Klemen told you
Greetings.
- Code:
.postbody .content {
margin-left: 20px;
margin-right: 10px;
margin-top: 10px;
}
Changing the "Xpx" for whatever you want. Anyways this code works for phpBB3 would be great if you could give us your URL forum so we can test directly on it as Klemen told you
Greetings.
Guest- Guest
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum