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?