Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • davekembe Friend
    #163594

    First of all I must say, wonderful theme and I hope to make a great project out of this, but there is one problem!

    I changed the original logo size to 665x115px … I changed the template.css as well as the color.css and everything looks fine on the homepage:

    http://ds-webservice.de/joomla/

    But when I go to a subpage, it seems that the original logo size is applied again!

    http://ds-webservice.de/joomla/index.php?option=com_k2&view=itemlist&layout=category&task=category&id=1&Itemid=67

    Are there any other files where I have to adjust the logo size??

    Thanks for your help!

    khoand Friend
    #389879

    Hi,
    You find codes from <joomla url>/templates/ja_porfolio/template.css file


    h1.logo a {
    background: url('/joomla/templates/ja_portfolio/images/logo.png') no-repeat left;
    display: block;
    width: 294px; <--change this value to 665px
    height: 68px; <--change this value to 115px
    }

    h1.logo {
    width: 294px; <--change this value to 665px
    height: 68px; <--change this value to 115px
    }

    davekembe Friend
    #389968

    Ok, thanks for the hint, I had to add the following code (red) to the template.css

    h1.logo, div.logo-text h1 { font-size: 250%; line-height: 1; margin-left: 10px; width: 665px; height; 115px;}

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

This topic contains 3 replies, has 2 voices, and was last updated by  davekembe 13 years, 1 month ago.

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