Two guestions.

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Re: Two guestions.

Post by Steve »

open your gaystyle/theme/content.css
find:

Code: Select all

.postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
we need to adjust this part in red.
margin: 5px 0 10px 0;
the px margin may not be the same this is for standard prosilver based styles.

* edit forgot this part

find:

Code: Select all

	width: 22%;
also in the class of .postprofile and ajust the % width if needed
numskull i have nv topic title on index page i control it via the ACP
pic:
NV tpoic.PNG

Re: Two guestions.

Post by Oliver »

vectra-mods » 18 Mar 2010, 23:47 wrote:
open your gaystyle/theme/content.css
find:

Code: Select all

.postprofile {
	/* Also see tweaks.css */
	margin: 5px 0 10px 0;
we need to adjust this part in red.
margin: 5px 0 10px 0;
the px margin may not be the same this is for standard prosilver based styles.

* edit forgot this part

find:

Code: Select all

	width: 22%;
also in the class of .postprofile and ajust the % width if needed
Thanks. It was 10. Ok. Ihave fixed that 22, some little.