Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

nabula theme won't mark up

Site: upgradeforums.com

Any help greatly appreciated. Thanks

Comments

  • edited February 2013

    @NAJIB Hi , this is not my theme ;) ( @aery ) but I looked and found a few things that could change for you to make it work. Try changing a few things to this:

    #Head {
    background: none repeat scroll 0 0 
    transparent;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,0.2);
    height: 40px;
    padding: 0;
    width: 100%;
    }
    
    #Body {
    width: 980px;
    margin: 0 auto;
    }
    #Panel {
    float: left;
    width: 240px;
    margin: 0 auto;
    }
    
    .Menu {
    background: none repeat scroll 0 0 #333;
    border-bottom: 1px solid #000;
    height: 33px;
    width: 1200px;
    margin: 0 auto;
    }
    
    #Head form input.InputBox {
    width: 204px;
    border: 0;
    padding: 4px;
    background:#fff;
    -moz-border-radius: 2px;
    -webkit-border: 2px;
    border-bottom: 2px;
    color:#969696;
    font-size: 13px;
    height: 16px;
    vertical-align: bottom;
    }
    #Content {
    background: #E3E3E3;
    border-radius: 5px 5px 5px 5px;
    float: right;
    margin: 0 0 40px;
    padding: 10px;
    width: 680px;
    }
    div.Menu h1 {
    position:relative;
    margin-top:0px;
    margin-left:0px;
    }
    
  • Great domain name by the way !

    There was an error rendering this rich post.

  • Hi all, @vrijvlinder thanks for your input there, it's a little too complicated for me to alter because the code isn't layed out in the source file as you have written it (standard form),.......... I have contacted the developer of the skin, hopefully I should get it resolved there.

  • The code you need to alter is in the custom.css file of the theme, not in the source code. The source code is the whole enchilada together. The css file only deals with the design. and it is easy to fix it so it looks nabulous ! :)

Sign In or Register to comment.