Forum Spacing
3 posters
Page 1 of 1
Forum Spacing
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!
Last edited by Papier on July 29th 2011, 7:21 pm; edited 2 times in total
Papier- New Member
- Posts : 7
Reputation : 0
Language : English
Re: Forum Spacing
Could I have some help with this, please?
Papier- New Member
- Posts : 7
Reputation : 0
Language : English
Re: Forum Spacing
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
Vlajki- Forumember
- Posts : 724
Reputation : 359
Language : Serbian & English
Location : Serbia
Re: Forum Spacing
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?
Papier- New Member
- Posts : 7
Reputation : 0
Language : English
Re: Forum Spacing
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;
}
Vlajki- Forumember
- Posts : 724
Reputation : 359
Language : Serbian & English
Location : Serbia
Re: Forum Spacing
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.
Papier- New Member
- Posts : 7
Reputation : 0
Language : English
Re: Forum Spacing
Hi, try to move it by adding this to CSS.
- Code:
div.borderwrap, .borderwrapm {
padding-top: 20px;
}
.popmenubutton {
margin-top: -28px;
}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Forum Spacing
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?
Papier- New Member
- Posts : 7
Reputation : 0
Language : English
Re: Forum Spacing
Add this to CSS.
- Code:
#at15s {
background: #C4C4C4;
}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Forum Spacing
You are awesome!
Thanks so much.
Solved!
Thanks so much.
Solved!
Papier- New Member
- Posts : 7
Reputation : 0
Language : English
Re: Forum Spacing
Welcome.
Solved/Locked
Solved/Locked
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Similar topics
» Forum spacing problems.
» #857 Spacing problems
» Button Spacing
» Navbar Help spacing
» Double spacing
» #857 Spacing problems
» Button Spacing
» Navbar Help spacing
» Double spacing
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum