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.

How to change width of this?

4 posters

Go down

Solved How to change width of this?

Post by BLUElearnings January 28th 2010, 4:47 am

How to change this? don't know what it is called...

How to change width of this? Widtht


Last edited by BLUElearnings on January 29th 2010, 2:06 pm; edited 1 time in total
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to change width of this?

Post by Jophy January 28th 2010, 10:07 am

Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: How to change width of this?

Post by BLUElearnings January 28th 2010, 4:00 pm

no, already been there and does not work
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to change width of this?

Post by Maki1 January 29th 2010, 1:22 am

BLUElearnings wrote:no, already been there and does not work

sry but I'm not understanding what do you mean but if you want to change the Forum width just like here at Forumotion please let me know.
Maki1
Maki1
Hyperactive

Male Posts : 2529
Reputation : 442
Language : English »» CSS Stylesheet
Location : The » Support » forum » Section! • No support by PM If you need custom theme please contact me!

Back to top Go down

Solved Re: How to change width of this?

Post by BLUElearnings January 29th 2010, 7:12 am

i dont what it is called but what i want is to change the forum only, not with the widgets... sorry im not that good
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to change width of this?

Post by ankillien January 29th 2010, 7:57 am

Hello,

You need to do it with CSS.
Please go to Admin CP > Display > Colors > CSS
Add this code there and submit...

Code:
#main {
width : 500px !important;
}

You can adjust 500px as per needed Smile
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: How to change width of this?

Post by BLUElearnings January 29th 2010, 8:59 am

that was nice. but it just worked once. and after i tried different sizes, it just shows the regular size. is there no other way to adjust?
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to change width of this?

Post by ankillien January 29th 2010, 9:36 am

BLUElearnings wrote:that was nice. but it just worked once. and after i tried different sizes, it just shows the regular size. is there no other way to adjust?

I think, you might have made some change in the code structure by mistake.

Make sure that the colons, semicolons, important tag, the value i.e. 500px etc are placed exactly how I've showed in the code above.

Please procvide a link to your forum so that I can also check whats wrong.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: How to change width of this?

Post by BLUElearnings January 29th 2010, 9:43 am

now i see, it is not the width problem. i tried everything to make widget appear on right side, switch from different ver,restore,etc.
i tested on phpbb2, when i put my widget on right side, it does not appear, but when i switch back to phpbb3, it shows both widget.
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to change width of this?

Post by ankillien January 29th 2010, 10:00 am

So, you want the widgets to appear on right side with phpBB2?

Please provide a link to your forum.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: How to change width of this?

Post by BLUElearnings January 29th 2010, 10:13 am

yes. id love too.
http://bluelearnings.omgforum.net/
thanks for the fast reply
Also black border suddenly appear. how to fix that
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to change width of this?

Post by ankillien January 29th 2010, 11:18 am

First, make sure you have enabled widgets on right and have set width to 180.
Now please add the following in your CSS and submit.

Code:
#content-container #right {
width : 180px !important;
}

Hope that helps Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: How to change width of this?

Post by BLUElearnings January 29th 2010, 12:16 pm

For some reason, it worked now.
i just put that in CSS, submit then re-submit with nothing.
it functioned. thx man

But the widgets are overlapping my forum
how come this
#main {
width : 500px !important;
}
does not work with me Confused
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to change width of this?

Post by ankillien January 29th 2010, 1:46 pm

BLUElearnings wrote:For some reason, it worked now.
i just put that in CSS, submit then re-submit with nothing.
it functioned. thx man

But the widgets are overlapping my forum
how come this
#main {
width : 500px !important;
}
does not work with me Confused

The code...
Code:
#main {
width : 500px !important;
}
is for phpBB3. Codes for different versions vary.

I see the widgets are fine and don't overlap the forums. But if you still want to make space between them, use this code...

Code:
#right {
margin-left : 10px !important;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: How to change width of this?

Post by BLUElearnings January 29th 2010, 2:05 pm

it overlaps, if it has widget on both side. so i change back on only 1 side.
but ahm nevermind, i think i will handle it next time. still got many things to fix. thank u.
BLUElearnings
BLUElearnings
Forumember

Posts : 206
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to change width of this?

Post by ankillien January 29th 2010, 2:09 pm

Glad I could help Very Happy

Solved | Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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