Papier at 03h51
26
Jul
2011
Hello!
I'm currently using the lovely theme by Jalokim, here, on my forum here.
However, I've been having a few problems.
First, there's a box with options on the top of the forums when you look at a thread.
It's as circled above. If you can't see it clearly enough, it's partially covering the top of the forum.
Can I move the entire forum a bit down, so that the two don't overlap?
When someone clicks on the 'Share' button, it expands to overlap the thread, since its background appears to be transparent. It's circled as number 1 in the below picture.(solved!)
So, is it possible to change that background into a solid one, preferably #C4C4C4?
Also, as circled in number 2, the font for my RPG widget has turned into... a different font. Is it possible to change that font to match with the rest of my forum? (Arial) (solved!)
Thanks for the help!
I'm currently using the lovely theme by Jalokim, here, on my forum here.
However, I've been having a few problems.
First, there's a box with options on the top of the forums when you look at a thread.
Can I move the entire forum a bit down, so that the two don't overlap?
When someone clicks on the 'Share' button, it expands to overlap the thread, since its background appears to be transparent. It's circled as number 1 in the below picture.
So, is it possible to change that background into a solid one, preferably #C4C4C4?
Thanks for the help!
1 Papier, on 28/07/2011 at 19h42
Could I have some help with this, please?
2 Vlajki, on 28/07/2011 at 23h27
For your 2 on second pic:
Go to AP > Display > Colors > CSS Stylesheet and find
Change monospace to Arial
Go to AP > Display > Colors > CSS Stylesheet and find
- Code:
textarea {
font-family: monospace;
}
Change monospace to Arial
3 Papier, on 29/07/2011 at 04h36
I can't find the 'monospace' in my CSS.
My CSS is here, I can't put it in my post here because it's too long. Sorry about the messing formatting!
Thanks, but is there anything else I could try?
My CSS is here, I can't put it in my post here because it's too long. Sorry about the messing formatting!
Thanks, but is there anything else I could try?
4 Vlajki, on 29/07/2011 at 13h20
When you visit AP > Display > Colors > CSS Stylesheet, is your CSS box empty or full?
If emtpy, add this code
If emtpy, add this code
- Code:
textarea {
font-family: arial;
}
5 Papier, on 29/07/2011 at 18h51
My CSS is full.
But I added the text you put at the end. It worked!
Thank you thank you!
Only one problem left.
But I added the text you put at the end. It worked!
Thank you thank you!
Only one problem left.
6 Nera., on 29/07/2011 at 19h17
Hi, try to move it by adding this to CSS.

- Code:
div.borderwrap, .borderwrapm {
padding-top: 20px;
}
.popmenubutton {
margin-top: -28px;
}

7 Papier, on 29/07/2011 at 19h21
Wah! It worked!
Thanks!
Is there any way to change the background of the share menu though?
Thanks!
Is there any way to change the background of the share menu though?
8 Nera., on 29/07/2011 at 19h28
Add this to CSS.
- Code:
#at15s {
background: #C4C4C4;
}
9 Papier, on 29/07/2011 at 19h31
You are awesome!
Thanks so much.
Solved!
Thanks so much.
Solved!
10 Nera., on 29/07/2011 at 19h34
Welcome.
Solved/Locked
Solved/Locked
Similar topics
Hello, hope you can assist us. We are on phpbb3.
When we post, hit enter when we then press send. We have double spacing. Looks like we have hit the enter button twice
tanoomasretreat.com
I have been scracthing my head for a while now.
I been trying some stuff like :
Code:.postbody {
margin-top: 30px;
}
and some other codes that i saw when i searched the forum, but none did the trick
I want to reduce the space of
Hello, my forum is http://gamecrypt.niceboards.org/forum
And there is a common problem for users with low resolution that potentially ruins the clean look of my forum for many users. My Header Bar has quite the options for users to choose from, and fo
Replies 1 to 10 on 10 for "Forum Spacing"
Search
Informations
10 Replies For the topic :
"Forum Spacing"
This topic has been viewed 817 times.
Last message :
26/07/2011 at 03h51 by "Papier"





