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 width

3 posters

Go down

forum width Empty forum width

Post by crazychickxoxoxo Fri 16 Aug 2013 - 22:11

so i have this problem with width, i've set it to 45% but when i open some topics, it's way larger. like it's widening itself. i've also tried to open forum on firefox, because i'm using chrome but nothing changed.
when i'm at homepage it's like this:
forum width I267
and when i'm at any topic like this:
forum width S6ay


Last edited by crazychickxoxoxo on Sat 17 Aug 2013 - 13:29; edited 2 times in total
crazychickxoxoxo
crazychickxoxoxo
New Member

Female Posts : 4
Reputation : 1
Language : Lithuanian, English

Back to top Go down

forum width Empty Re: forum width

Post by Kralj Sat 17 Aug 2013 - 0:17

What forum version you have?

Maybe problem is in css stylesheet.

Are be good before new theme, or some new code?

If yes, can you give us that code, or just try change theme.
Kralj
Kralj
Forumember

Male Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia

Back to top Go down

forum width Empty Re: forum width

Post by runawayhorses Sat 17 Aug 2013 - 1:39

45% is extremely small for any website width, thats equivalent to 450px being used from a possible 1000px. Anyway your forum you say is at 45% so your topics lists and posts are probably at a larger size in either fixed pixels or a larger percentage than 45% in the css stylesheet. So if you can't find it in your css you can post your forum url here so we may have a look at it and figure out the codes that need to be changed. If would be helpful if guests can read your forum so we can see the sizes in question.

thanks
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

forum width Empty Re: forum width

Post by Kralj Sat 17 Aug 2013 - 10:12

Yes, I know, on my forum I'm have same problem, and I'm change theme, and all is good now.

I think problem is in CSS Stylesheet
Kralj
Kralj
Forumember

Male Posts : 128
Reputation : 6
Language : Croatian || English || HTML
Location : Croatia

Back to top Go down

forum width Empty Re: forum width

Post by runawayhorses Sat 17 Aug 2013 - 12:11

So you're saying this is solved now?

Edit: Never mind, that wasn't the topic starter I was addressing.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

forum width Empty Re: forum width

Post by crazychickxoxoxo Sat 17 Aug 2013 - 12:53

solved, i've changed width, because i saw that's because of images.
but i have another question, i've used this code:

Code:
.bodyline {
    background-color: transparent;
}
td.row1.over:hover, td.row2 {
    background-color: transparent;
}
td.row1, td.row3.over:hover {
    background-color: transparent;
}
td.row3 {
    background-color: transparent;
}
but i don't want these lines around my forum board:
forum width 81o4 forum width 5hij
crazychickxoxoxo
crazychickxoxoxo
New Member

Female Posts : 4
Reputation : 1
Language : Lithuanian, English

Back to top Go down

forum width Empty Re: forum width

Post by runawayhorses Sat 17 Aug 2013 - 17:48

Try it using important tags like this:

Code:
    .bodyline {
        background-color: transparent !important;
    }
    td.row1.over:hover, td.row2 {
        background-color: transparent !important;
    }
    td.row1, td.row3.over:hover {
        background-color: transparent !important;
    }
    td.row3 {
        background-color: transparent !important;
    }
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Back to top


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