The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Forum Spacing

3 posters

Go down

Solved Forum Spacing

Post by Papier July 26th 2011, 07:21

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.

Forum Spacing Proble11

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?

Forum Spacing Proble10

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!


Last edited by Papier on July 29th 2011, 22:51; edited 2 times in total
avatar
Papier
New Member

Female Posts : 7
Reputation : 0
Language : English

Back to top Go down

Solved Re: Forum Spacing

Post by Papier July 28th 2011, 23:12

Could I have some help with this, please?
avatar
Papier
New Member

Female Posts : 7
Reputation : 0
Language : English

Back to top Go down

Solved Re: Forum Spacing

Post by Vlajki July 29th 2011, 02:57

For your 2 on second pic:
Go to AP > Display > Colors > CSS Stylesheet and find
Code:
textarea {
font-family: monospace;
}

Change monospace to Arial
Vlajki
Vlajki
Forumember

Male Posts : 724
Reputation : 359
Language : Serbian & English
Location : Serbia

Back to top Go down

Solved Re: Forum Spacing

Post by Papier July 29th 2011, 08:06

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?
avatar
Papier
New Member

Female Posts : 7
Reputation : 0
Language : English

Back to top Go down

Solved Re: Forum Spacing

Post by Vlajki July 29th 2011, 16:50

When you visit AP > Display > Colors > CSS Stylesheet, is your CSS box empty or full?
If emtpy, add this code
Code:
textarea {
font-family: arial;
}
Vlajki
Vlajki
Forumember

Male Posts : 724
Reputation : 359
Language : Serbian & English
Location : Serbia

Back to top Go down

Solved Re: Forum Spacing

Post by Papier July 29th 2011, 22:21

My CSS is full.
But I added the text you put at the end. It worked!

Thank you thank you! Very Happy

Only one problem left.
avatar
Papier
New Member

Female Posts : 7
Reputation : 0
Language : English

Back to top Go down

Solved Re: Forum Spacing

Post by Nera. July 29th 2011, 22:47

Hi, try to move it by adding this to CSS.

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

Forum Spacing 7F4C
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Forum Spacing

Post by Papier July 29th 2011, 22:51

Wah! It worked!
Thanks!

Is there any way to change the background of the share menu though?
avatar
Papier
New Member

Female Posts : 7
Reputation : 0
Language : English

Back to top Go down

Solved Re: Forum Spacing

Post by Nera. July 29th 2011, 22:58

Add this to CSS.

Code:
#at15s {
    background: #C4C4C4;
}

Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Forum Spacing

Post by Papier July 29th 2011, 23:01

You are awesome!
Thanks so much. Smile

Solved!
avatar
Papier
New Member

Female Posts : 7
Reputation : 0
Language : English

Back to top Go down

Solved Re: Forum Spacing

Post by Nera. July 29th 2011, 23:04

Welcome. Very good

Solved/Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum