We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

menu and site name is one line | Forum

Topic location: Forum home » Development » Themes
Roshan Choudhary
Roshan Choudhary Oct 17 '12
menu and site name is one line ?

How to Solve it ?

The Forum post is edited by Roshan Choudhary Oct 17 '12
Attachments:
  menu.JPG (25.07Kb)
Alia Team
Alia Oct 18 '12
Roshan are you using one of our standard themes?
Roshan Choudhary
Roshan Choudhary Oct 18 '12
Graphite + sidebar


but now change we used without sidebar for above bugg

Alia Team
Alia Oct 22 '12
Roshan, as one of the solutions I suggest keeping the menu in 2 lines but edit CSS a little bit so that everything fits in:

1. Add a height to .ow_header . About 180px  (screen 1).
.ow_header{
background-image:  url('images/top-bg.png');/** OW_Control type:image, key:headerImage, section:1. General Settings, label: Page header image **/
    background-color: #f1f1f1;
    background-repeat: repeat-x;
    background-position: bottom left;
   height: 180px;
}

2. Drop .ow_main_menu down. About -50px  (screen 2).
.ow_main_menu{
    position: absolute;
    bottom: -50px;
    right: 0px;
    z-index: 1;
}

Alia Team
Alia Oct 22 '12
Topic was moved from Bug reports and troubleshooting.
Roshan Choudhary
Roshan Choudhary Oct 25 '12
Thanks 
Roshan Choudhary
Roshan Choudhary Nov 1 '12
I used this code but hide upper some text & option