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
    • CommentTimeOct 29th 2008
     

    I'm wanting to center my header image within the solstice theme, instead of having it left justified. Can you provide me with a tweak to do this?

    I'm playing with Joomla (using a centered image) and want it to look seamless when I jump to Moodle.

    thanks
    DT

    •  
      CommentAuthorptrkmkl
    • CommentTimeOct 29th 2008
     

    Do you have a live site where I can test out some code? This is tough to jump into without context.

    Also, if you're looking for truly seamless integration, have you considered hiring us to create a custom theme?

    • CommentAuthordr.tech
    • CommentTimeOct 31st 2008
     

    I sent an email with the link the other day, Patrick.

    I moved the beta and will resend the new test url

    larry

    • CommentAuthordr.tech
    • CommentTimeNov 4th 2008
     

    Did you get my access email on this Patrick? Still looking for help on centering the logo. Thanks.

    •  
      CommentAuthorptrkmkl
    • CommentTimeNov 5th 2008
     

    I apologize for the delay Larry. My schedule is very full and your logo was not easily centered due to its size. I will gladly help you, but since this will require some troubleshooting, please be patient until I can get to this.

    Thank you for your understanding.

    • CommentAuthordr.tech
    • CommentTimeNov 6th 2008
     

    No pbm Patrick .... take your time.
    I used 2 different emails to send the login info and was uncertain as to whether you received the correct URL, as I changed my home testing server configuration.

    Thanks for your help.

    larry

    •  
      CommentAuthorptrkmkl
    • CommentTimeNov 9th 2008
     

    Alright, Larry - let's figure this thing out!

    1.) The size of your image is getting in the way of the "You are logged in as..." text. Therefore, I recommend just getting rid of it in your header since it will still appear in your site footer.

    To remove this, open styles_solstice.css and add the following (at the very bottom preferably):

    .headermenu { display:none; }

    While you're at it, add this to the bottom of that same document also:

    div.headermain { width:100% !important; } .headermain h1 { text-align:center; margin:0 auto; }

    Then, search for and delete:

    #header .headermain { margin: 9px 0 0 50px; color: #fff; }

    That should center your image.

    • CommentAuthordr.tech
    • CommentTimeNov 10th 2008
     

    Excellent Patrick

    I did not delete the aforementioned lines above, but after playing with it, changed
    margin: 9px 0 0 50px; to
    margin: 9px 0 0 0px;
    because I needed the 9 pixek drop, but not the 50 pixel indent

    Thanks so much.
    larry

    •  
      CommentAuthorptrkmkl
    • CommentTimeNov 10th 2008
     

    Glad I could help, Larry. Thanks again for your patience.