Active
Project:
Sea Breeze
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2009 at 11:50 UTC
Updated:
25 May 2010 at 18:55 UTC
I noticed that the user login, on the right side bar by default is far too wide, and interferes with my gallery page. I looked for something to configure this in BLOCKS and Modules, but can't see anything.
Can anyone please point me in the right direction to alter this?
Tuyre
Comments
Comment #1
tuyre commentedI found a solution myself in the theme's style.css:
.sidebars-1 #main {
width: 78%;
float: left;
}
#sidebar-right {
width: 20%;
float: right;
}
I changed the above from 65% & 33% repectively. They need to add up to 98%
Tuyre
Comment #2
tuyre commentedComment #3
vm commentedComment #4
patator commentedThanks a lot. Usefull.
Comment #6
elrodney commentedI had the same issue with this block being wide. This was the answer. However, now the block is far too tall. Any answer for adjusting the hieght of a block?