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

tuyre’s picture

I 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

tuyre’s picture

Status: Active » Closed (fixed)
vm’s picture

Status: Closed (fixed) » Fixed
patator’s picture

Thanks a lot. Usefull.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

elrodney’s picture

Status: Closed (fixed) » Active

I 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?