0
Welcome Guest! Login
0 items Join Now

Enlarging the logo area

    • Crash & Burn's Avatar
    • Crash & Burn
    • Newbie
    • Posts: 16
    • Thanks: 0
    • Graphic & Web Designer

    Enlarging the logo area

    Posted 12 years 2 months ago
    • First, Love MC! Using it on all my sites. Clients really like it too.
      I want to enlarge my client's logo on the Log-in Page and at the top of the Dashboard. Where can I do that?
      We have a long logo that is quite small when I upload the new logo thru the template manager.

      I went all the way back to page 6 of the forum and found no references to this issue.
      Any help will be greatly appreciated.
    • J!eremy's Avatar
    • J!eremy
    • Elite Rocketeer
    • Posts: 2108
    • Thanks: 8

    Re: Enlarging the logo area

    Posted 12 years 2 months ago
    • in your "../administrator/templates/rt_missioncontrol_j15/css/core.css" you can find the CSS for that here

      #mc-login #mc-logo img {
      float: none;
      margin: 0 auto;
      }


      just add the width you would like

      #mc-login #mc-logo img {
      float: none;
      margin: 0 auto;
      width: 300px;
      }
    • Send moderators PMs ONLY if they request it.
      James' First Blog Post lol
      Top Tips for Support
      Be SPECIFIC when posting.
    • Crash & Burn's Avatar
    • Crash & Burn
    • Newbie
    • Posts: 16
    • Thanks: 0
    • Graphic & Web Designer

    Re: Enlarging the logo area

    Posted 12 years 2 months ago
    • It worked to make the area larger. But the image is very digitized.
      I change it to:
      #mc-login #mc-logo img {
      float: none;
      margin: 0 auto;
      width: 420px;
      height:192px;
      }

      The image I uploaded was a .png, 420 x 192px @72 dpi
    • Crash & Burn's Avatar
    • Crash & Burn
    • Newbie
    • Posts: 16
    • Thanks: 0
    • Graphic & Web Designer

    Re: Enlarging the logo area

    Posted 12 years 2 months ago
    • Also, I am using Joomla 1.7.4
    • J!eremy's Avatar
    • J!eremy
    • Elite Rocketeer
    • Posts: 2108
    • Thanks: 8

    Re: Enlarging the logo area

    Posted 12 years 2 months ago
    • Crash & Burn's Avatar
    • Crash & Burn
    • Newbie
    • Posts: 16
    • Thanks: 0
    • Graphic & Web Designer

    Re: Enlarging the logo area

    Posted 12 years 2 months ago
    • Crash & Burn's Avatar
    • Crash & Burn
    • Newbie
    • Posts: 16
    • Thanks: 0
    • Graphic & Web Designer

    Re: Enlarging the logo area

    Posted 12 years 2 months ago
    • J!eremy's Avatar
    • J!eremy
    • Elite Rocketeer
    • Posts: 2108
    • Thanks: 8

    Re: Enlarging the logo area

    Posted 12 years 2 months ago
    • Crash & Burn's Avatar
    • Crash & Burn
    • Newbie
    • Posts: 16
    • Thanks: 0
    • Graphic & Web Designer

    Re: Enlarging the logo area

    Posted 12 years 2 months ago
    • The image I uploaded, thru the MC interface, was a .png, 420px x 192px @72 dpi.
      Just now I tried to upload a 300 dpi logo at 1751px x 826px.
      Still looks the same. I know that file size is way too large however, I wanted to try it to see if there was any difference...there is none, still blurry.
      I think it is getting resized when it is uploaded, because I am not doing it at my end.
    • J!eremy's Avatar
    • J!eremy
    • Elite Rocketeer
    • Posts: 2108
    • Thanks: 8

    Re: Enlarging the logo area

    Posted 12 years 2 months ago

Time to create page: 0.068 seconds