Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Problem with theme - GreenTheme

0 votes
I`ve got a layout problem with a top. it`s fresh instalation.

In top of site is dislocation eg. http://zdr.pl/  , but eg. here http://zdr.pl/tagi is ok.

Ideas?
asked Sep 24, 2011 in Q2A Core by anonymous
edited Sep 24, 2011
Try .form {display:inline;} css class ;)
:O how did you manage to gets your website to load so fast ?

2 Answers

0 votes
Better contact theme owner.
answered Sep 27, 2011 by ProThoughts
+1 vote
I don't know what the problm was, but I fixed a broken menu bar by adding

            $this->output('<p style="clear:both">');
 

in the beginning of `function nav_main_sub()` in `qa-theme.php`.

Also, if your login block overflows the menu - shorten your site title or decrease title font.
answered Apr 23 by Victor Sergienko