The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]() Quote:
After using that code I get ... ![]() Both side columns are as I want them to be. Now all I need is for the center to be 100%. Looking at the code nothing stands out that I can change. What do you see? |
#12
|
||||
|
||||
![]()
It shows up like that on my Layout Manager page also, but not on the actual Section page if you use the layout. (You'd have to look into the CSS in the admincp and see what is causing the issue if you want to change what it looks like in the admincp.)
|
#13
|
|||
|
|||
![]()
I have the two sidebars set to the width I wanted. The center is what I can't get to cooperate.
![]() I've tried every combination of code I can come up with on the center's settings. I even tried my zip code and area code but that didn't work ![]() Here's the code that i'm presently using .... I ain't doing nothing else until someone has a brain fart ![]() Code:
<style type="text/css"> .two_columns {float: right;} .col_1 {width: 270px; float: left; margin-right: -250px;} .col_2 {float:left; margin: 0 500px;} .col_3 {width: 270px; float: right; margin-left: -250px;} </style> <div id="doc3" class="yui-tvb-l3"> <div class="two_columns"> <div class="col_2"> <ul class="list_no_decoration widget_list" id="widgetlist_column2">$column[2]</ul> </div> <div class="col_3"> <ul class="list_no_decoration widget_list" id="widgetlist_column3">$column[3]</ul> </div> </div> <div class="col_1"> <ul class="list_no_decoration widget_list" id="widgetlist_column1">$column[1]</ul> </div> </div> |
#14
|
|||
|
|||
![]()
It needs a width & smaller margin.
Code:
.col_2 { float: left; margin: 0 270px; width: 530px; } |
#15
|
|||
|
|||
![]() Quote:
|
#16
|
|||
|
|||
![]()
Yea, it seems to have more that just the missing width issue for that css layout, but i dont have one to test with, i was just playing around with the element in chrome.
|
Благодарность от: | ||
K4GAP |
#17
|
|||
|
|||
![]()
Thanks for trying. This is starting to get really aggravating. Oh well.
|
#18
|
|||
|
|||
![]()
Looking a bit more, it looks like column 1 is in a separate div than the center & right columns.
|
#19
|
|||
|
|||
![]()
Can you tell anything from the code?
|
#20
|
|||
|
|||
![]()
Not really, as i dont have a cms to test, i couldnt really say, but i do think the div's are screwed up.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|