Support Forums

Got a question? Post it here. We'd love to help.

Knowledge Base:

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthordr.tech
    • CommentTimeJul 6th 2008
     

    Now that my issue of getting the logo left aligned, I notice that on linked pages, it is slightly offset from the black header bar in link to pages. The attached image shows what I mean.

    Is there a simple css fix for this Patrick?

    thanks
    DT

    •  
      CommentAuthorptrkmkl
    • CommentTimeJul 6th 2008
     

    It looks like your navigation breadcrumb isn't clearing properly. Is there a live site I could check out?

    • CommentAuthordr.tech
    • CommentTimeJul 6th 2008
     

    Sure Patrick

    I'll email you

    DT

    • CommentAuthordr.tech
    • CommentTimeJul 7th 2008
     

    2 emails sent yesterday Patrick.
    One with request for latest versions and one with login info to the server

    DT

    •  
      CommentAuthorptrkmkl
    • CommentTimeJul 7th 2008
     

    I just wanted to let you know that I have received your emails. Although I have just returned from an extended weekend and won't be able to get to helping you until sometime tomorrow.

    Thank you for your patience.

    •  
      CommentAuthorptrkmkl
    • CommentTimeJul 8th 2008
     

    The updated version of Convertible that I've sent you should take care of this for you.

    Nevertheless, the solution would be to edit the height value in the following (found on line 1072 of styles_default.css):

    #mod-resource-view #header { background:#333; padding-top:5px; height:35px; }
    • CommentAuthordr.tech
    • CommentTimeJul 9th 2008
     

    The code was already set to this Patrick.
    I changed it to

    #mod-resource-view #header {
    background:#333;
    padding-top:0px;
    height:40px;
    }

    and it worked as expected ... thanks

    larry