Page 1 of 1

Two guestions.

Posted: 19 Mar 2010, 00:26
by Oliver

Re: Two guestions.

Posted: 19 Mar 2010, 00:47
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.

Posted: 19 Mar 2010, 01:01
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.