Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • rugarer Friend
    #188118

    Hello Guys

    Im trying to change the size of the logo on the mobile layout. How and where do i change the size.
    When testing the site on a mobile (symbian – Noka e72) using the handheld layout – I can see theT3 Framework Logo. I want to change this logo with my logo.

    Thanks in advance

    Ninja Lead Moderator
    #495490

    You can use this way to fix the problem of logo on mobile

    @media (max-width: 320px) {
    h1.logo a {
    background: url(../images/mobile_logo.png) no-repeat left !important;
    display: block ;
    width: 329px !important;
    height: 35px !important;
    }
    }

    Path logo: templates/ja_mendozite/images/logo.png

    Remember to clear cache from Admin area

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

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

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