Closed (fixed)
Project:
Marinelli
Version:
7.x-3.0-beta11
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2014 at 14:24 UTC
Updated:
2 Dec 2019 at 13:14 UTC
Jump to comment: Most recent
Comments
Comment #1
shruti.sheth commentedHi,
The code,
#sidebar-first{
background: #EEEEEE;
float: left;
width: 232px;
}
is getting applied to the first sidebar itself and not the block. You may be feeling so as you might have only one block enabled to this region.
Try enabling more than one block to this region and check. Also you can give specific height to the sidebar like
#sidebar-first{
height: 400px;
}
Hope this helps !
Thanks,
Shruti Sheth
Comment #2
bhumikavarshney commentedHi,
This code
#sidebar-first .block {
background: #EEEEEE;
float: left;
width: 232px;
}
is working and the background color is displayed if you add more than one block to the sidebar region, if there is only one block in the sidebar region no changes will be reflected.
Comment #3
gaurav.kapoor commentedComment #4
gaurav.kapoor commented