Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • tamim Friend
    #188922

    I am trying to change the logo width 91 to 117 in css. I have tried to modify the template.css file:
    in .logo-image h1 a width: 91px to width: 117px; but it did not worked. I also have tried to change the style-responsive.less in the template’s less folder.
    .logo {
    # ..
    # ..
    # ..
    width: 117px !important;
    }

    It also not worked. I also could not find out where is the T3 Cache cleaning button or if that present at all.

    Thanks in advance.

    MoonSailor Friend
    #498983

    Hi tamim,

    In file less, pls find css code :


    .logo-image {
    overflow: hidden;
    h1 {
    display: block;
    font-size: 0;
    a {
    background-image: url("@{T3LogoImage}");
    background-repeat: no-repeat;
    width: @T3logoWidth;
    height: @T3logoHeight;
    span, small {
    display: none;
    }
    }
    }
    // Taglines
    .site-slogan {
    display: none;
    }
    }

    and change it. Pls read more here ; http://www.joomlart.com/forums/topic/logo-size-increase/

    With reponsive logo, you can read more : http://www.joomlart.com/forums/topic/responsive-logo-2/

    Regards.

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

This topic contains 2 replies, has 2 voices, and was last updated by  MoonSailor 11 years, 4 months ago.

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