Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kimberlywaite Friend
    #116617

    The tabs in both the community builder profile and DOCman are not apearing right.

    Any ideas on how to fix this?

    here is what I get

    Thanks

    Hung Dinh Friend
    #209212

    Could you please have a look in the css of CB – DocMan and template_css.css to see if there is any DIV id or class duplication, this is quite a popular problem of CB.
    You can also do this by view source of the error page.

    kimberlywaite Friend
    #209215

    I was able to solve this problem by simply removing the below from template_css.css.

    h1, h2, h3, h4, h5, h6 {
    clear: both;
    letter-spacing: 1px;
    }

    I have not noticed any negative results with the dispay of any thind else. Can you explain what this does?

    thanks

    Mike Waite
    Alpha Fire Company
    http://www.alphafire.com


    1. 115
    Hung Dinh Friend
    #209232

    In fact, you can just change

    h1, h2, h3, h4, h5, h6 {
    clear: both;
    letter-spacing: 1px;
    }

    into

    h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
    }

    CB is using clear: both; which will affect the layout cause altair uses DIVs for layout.

    clear: both; will change the floating positions of DIVs

    Hope this is clear enough

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Hung Dinh 18 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum