Two guestions.

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
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.
Else your topic may be ignored or locked!
Locked
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

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
NAPWR wrote: Nice, Stoker is Hot
User avatar
Oliver
BBCoder III
BBCoder III
Posts: 120
Joined: 07 Mar 2010, 11:55

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.
Locked