hi
Where can I find the definition of design poll frame' he's to big, look at the picture:

hi
Where can I find the definition of design poll frame' he's to big, look at the picture:
|
i found that i had i had to make the column wider and edit the css if text was as large as yours
main.css (line 137)
div.poll_block {
float: left;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
position: relative;
width: 250px;
}
|
i found that i had i had to make the column wider and edit the css if text was as large as yours
main.css (line 137)
div.poll_block {
float: left;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
position: relative;
width: 250px;
}
Thanks but it does not matter the size of the poll box. You can see the picture that the poll box overflows the messages box...
|
yes it over flows because the text is pushing the box over the column.... smaller text will allow the poll to get smaller but even if you make the column width wider, you will have to adjust the css file which you could give a smaller px size than 250 ..
|
yes it over flows because the text is pushing the box over the column.... smaller text will allow the poll to get smaller but even if you make the column width wider, you will have to adjust the css file which you could give a smaller px size than 250 ..
i try it togive a smaller px size than 250, i give 100 px and it is not work for me.
I thought maybe to move the poll box more to the size of the user pic so thay will be in the same line... how to do it? |