0
Welcome Guest! Login
0 items Join Now

SOLVED Logo height and width

    • msilac's Avatar
    • msilac
    • Sr. Rocketeer
    • Posts: 203
    • Thanks: 0

    SOLVED Logo height and width

    Posted 15 years 1 month ago
    • How to make area for logo Heigher? I have no idea what I do to make logo bigger. I was trying in light2.css change size of logo... but that just call rest of light2.png picture. What to change?

      Thank you for help
    • Last Edit: 15 years 1 month ago by msilac.
    • from city of colors
  • Re: SOLVED Logo height and width

    Posted 15 years 1 month ago
    • Open your light2.css at:
      <Joomla Root>/templates/<your template name>/css/light2.css

      Find below codes:
      #logo {width:288px;height:54px;background:url(../images/light2.png) 0 -272px no-repeat;display:block;margin:20px 15px;}

      You need to change the logo size actually, and then change the width:288px;height:54px; to the actual logo size

      To increase the header height, you can increase the 20px value on margin:20px 15px;
    • msilac's Avatar
    • msilac
    • Sr. Rocketeer
    • Posts: 203
    • Thanks: 0

    Re: SOLVED Logo height and width

    Posted 15 years 1 month ago
    • Ok header height I understand... But how to change the logo size actually? On light2.png picture? I dont understand that part...
    • from city of colors
    • msilac's Avatar
    • msilac
    • Sr. Rocketeer
    • Posts: 203
    • Thanks: 0

    Re: SOLVED Logo height and width

    Posted 15 years 1 month ago
    • I mean, if I need logo 800x100pix how to change that picture... what I need to do?
    • from city of colors
    • msilac's Avatar
    • msilac
    • Sr. Rocketeer
    • Posts: 203
    • Thanks: 0

    Re: SOLVED Logo height and width

    Posted 15 years 1 month ago
    • This is logo that I need, but I dont know where to put him... :(
    • from city of colors
  • Re: SOLVED Logo height and width

    Posted 15 years 1 month ago
    • msilac's Avatar
    • msilac
    • Sr. Rocketeer
    • Posts: 203
    • Thanks: 0

    Re: SOLVED Logo height and width

    Posted 15 years 1 month ago
  • Re: SOLVED Logo height and width

    Posted 15 years 1 month ago
    • Increase in height value here accordingly:
      #logo {light2.css (line 55)
      background:transparent url(../images/light2.png) no-repeat scroll 0 -272px;
      display:block;
      height:54px; >>>> increase
      margin:40px 35px;
      width:288px;
      }
    • Quick tips::
      1) Clear your browser cache if changes dont reflect
      2) Provide link to your site to help us help you better
      3) Use in firebug
      Tutorial-- http://www.rockettheme.com/blog/team/255-tools-firebug

      softlogique.com
    • msilac's Avatar
    • msilac
    • Sr. Rocketeer
    • Posts: 203
    • Thanks: 0

    Re: SOLVED Logo height and width

    Posted 15 years 1 month ago
    • I dont understand... I know that I must enter in width and height 900x125 (real size of logo) but where to put my logo (which is in attachment above)?
    • from city of colors
  • Re: SOLVED Logo height and width

    Posted 15 years 1 month ago
    • You can change this:
      #logo {light2.css (line 55)
      background:transparent url(../images/light2.png) no-repeat scroll 0 -272px;
      display:block;
      height:125px;
      margin:40px 35px;
      width:900px;
      }

      to

      #logo {light2.css (line 55)
      background:transparent url(../images/logo.png) no-repeat scroll 0 0;
      display:block;
      height:125px;
      margin:40px 35px;
      width:900px;
      }

      and change image path accordingly
    • Quick tips::
      1) Clear your browser cache if changes dont reflect
      2) Provide link to your site to help us help you better
      3) Use in firebug
      Tutorial-- http://www.rockettheme.com/blog/team/255-tools-firebug

      softlogique.com

Time to create page: 0.048 seconds