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.

Code for changing widget columns width (defoult 180 pix)

3 posters

Go down

Code for changing widget columns width (defoult 180 pix) Empty Code for changing widget columns width (defoult 180 pix)

Post by ave20 Fri 21 May - 9:51

Hi,

How can I change widget columns width ? I've created a personal widget and I marked an option to disable a standard table of the widgets. But...at my portal there are no more tables for widgets but I use widget images, so my forum id smaller because of empty spaces (those 180 pix x2 - at both sides). Anyway, take a look:
https://2img.net/h/oi47.tinypic.com/34955pu.jpg
Those spaces are from widgets - images at both sides of forum are pasted using widgets - as I told, I disabled option for frame, but there are still empty spaces from tables (180 pix). What code should I use to remove those spaces ? I mean - how can I make those invisible tables smaller - like 80 pix or less... ? Because changing option:
https://2img.net/h/oi46.tinypic.com/2czq5ig.jpg
from 180 to 0 gives...nothing - when I press Save button 0 change back to 180 automatycly...So - how can I make those invisible tables smaller ? Help me...please...
avatar
ave20
Forumember

Posts : 108
Reputation : 0
Language : Polski

Back to top Go down

Code for changing widget columns width (defoult 180 pix) Empty Re: Code for changing widget columns width (defoult 180 pix)

Post by Kiekeboe Fri 21 May - 10:00

Insert this in the CSS[ACP--->Display--->Colors--->Cascading Style Sheet]
Code:
#content-container #left {
width: 120px;
margin-right: 9px;
}
#content-container #right {
width: 120px;
margin-left: 9px;
}

Change the values Wink
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

Code for changing widget columns width (defoult 180 pix) Empty Re: Code for changing widget columns width (defoult 180 pix)

Post by ave20 Fri 21 May - 11:09

It's working !!! Very Happy OMG...Thx ! I finished adding frames to my forum...lol - it took me at lease 5 month ! There were at lease 4 topics about it...and now..its DONE Very Happy OMG...Thx man !

BTW: Last question ^^
https://2img.net/h/oi48.tinypic.com/akwbx1.jpg
When I added widgets I get this red frame...It wasnt there before (until I add widget) - how can I change ONLY THIS freme color toblack to make it disappear ?
Its my last guestion ! Very Happy Please, tell me this, and it will be over ! Very Happy
avatar
ave20
Forumember

Posts : 108
Reputation : 0
Language : Polski

Back to top Go down

Code for changing widget columns width (defoult 180 pix) Empty Re: Code for changing widget columns width (defoult 180 pix)

Post by Plancker Sun 6 Feb - 17:07

we will need link to forum because we need to find the class or id...
avatar
Plancker
Forumember

Posts : 226
Reputation : 11
Language : Dutch, English

Back to top Go down

Back to top


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