Posted by ludzik on April 25, 2012 at 5:02pm
2 followers
| Project: | BlueMasters |
| Version: | 7.x-1.3 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hello,
I got a problem to enable those region - they are showed on block region demonstration but when I try to put there any content nothin show up on the web site.
and I removed that logo from the theme to be able to show all way long menu (as corporate clean menu is) but there is about 15px gap - how to remove that?
look on the pic
| Attachment | Size |
|---|---|
| 1.png | 23.87 KB |
Comments
#1
Hi there,
I don't know about the regions but I think I know about the menu, you should really create two issues as these are completely different things.
The menu has a 40px left margin, add the code below to the bottom of your CSS sheet.
#navigation {margin-left:none;}You can see the margin in this image.

I hope this helps.
Cheers, Phil.