Change block width and content

Change block width and content

by Simon Reynolds -
Number of replies: 2

I would like to slightly change the look of my blocks. I have just installed the xtree block and it works well except for the fact that the content description of each line runs over and into a second line. I would much prefer to have just three or four words for the Topic Outline or Topic Description without it spilling over. I have commented out the reference to the xtree stylesheet in javascript.php, which was making the block expand widthwaysI have tried to leave a line break afterthe description but the text just joins itself back up!

I dont mind changing some code, but PHP is still a bit of a mystery to me at the moment so perhaps someone can help smile

Attachment coursemenu.gif
Average of ratings: -
In reply to Simon Reynolds

Re: Change block width and content

by John Nystrom -
Go to the blocks folder and look at the block you want to change,  you will see some html code, change the size and width.  Play around with it until you get the size you want!
In reply to Simon Reynolds

Re: Change block width and content

by aarthi gk -

theme/style/

themename_dock.css 

#dockeditempanel {
/* width: 180px;  change the  width size */
width: 380px;