Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • guap Friend
    #188325

    I adjusted the size of the logo but when I preview the pages on ipod, the logo is not align, gets push down
    I want to adjust the size the logo for ipod/mobile. How can I do this? Please advice. Thank you.


    1. ipod
    Ninja Lead Moderator
    #496386

    It would be awesome if you can possibly include URL of your site. Right now its difficult to guess the issue and give solution to you. I might be able to help you out then.

    guap Friend
    #498181

    here is the URL – http://bit.ly/181Jruc

    Ninja Lead Moderator
    #498210

    <em>@guap 379673 wrote:</em><blockquote>here is the URL – http://bit.ly/181Jruc</blockquote>

    With my solution hope it helps you solve this problem on your site

    Open templates/ja_fubix/css/themes/blue/template-responsive.css file

    From


    .t3-mainnav .navbar .span10 {
    float: left;
    max-width: 55% !important;
    }

    Change to


    .t3-mainnav .navbar .span10 {
    float: left;
    max-width: 100% !important;
    }

    and create custom.css file on this path: templates/ja_fubix/css/

    add new script below

    @media (max-width: 360px) {
    .logo-image a {
    background-size: 100% !important;
    width: 200px !important;
    }
    }

    Let me know if it helps

    guap Friend
    #498327

    Thank you .. it helps.

    I am trying some spaces between the logo and the image but it doesn’t seem to work. How can add margin at the bottom of the logo. Its so close to the image.

    thank you again.


    1. image
    Ninja Lead Moderator
    #498347

    Try to apply my above suggestion

    Open templates/ja_fubix/css/themes/blue/template-responsive.css file

    Line 1934

    from

    .t3-mainnav .navbar .span10 {
    float: left;
    max-width: 55% !important;
    }

    Change

    .t3-mainnav .navbar .span10 {
    float: left;
    max-width: 100% !important;
    }

    guap Friend
    #498421

    Thank you … it fixed … 🙂

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

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

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