Quote:
Originally Posted by ar15dcm
What is your video resolution on your monitor? I have the minimum size of the page set to 1152
--------------- Added [DATE]1341854902[/DATE] at [TIME]1341854902[/TIME] ---------------
Yeah I am not sure how to align the widget header on that. Any ideas or info would be greatly appreciated.
|
my monitor is 1600 by 900 pixels
add this code to additional css:
Code:
#sidebar_container .blocksubhead span.blocktitle {
display: block;
float: none;
overflow: hidden;
padding-left: 3px;
white-space: nowrap;
width: auto;
}
--------------- Added [DATE]1341856223[/DATE] at [TIME]1341856223[/TIME] ---------------
--------------- Added [DATE]1341856274[/DATE] at [TIME]1341856274[/TIME] ---------------
for the border around username and password in toplinks add this in additional css:
Code:
.toplinks form input {
border: 1px solid #727559;
border-radius: 0 0 0 0;
font-size: 11px;
margin: 3px 0 0;
padding: 1px;
vertical-align: baseline;
}