Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tfosnom Friend
    #185108

    Hi all
    As the questions suggests I’m trying to centre the MOBILE logo.

    I have tried editing the mobile-layout-port.css file by adding
    center;
    after the logo bkg call or even
    position: center
    but neither seems to work. also my mobile .css files are a mess layout wise, all appear in my css editor as one long line not as normal.

    The site loaded into the responsinator is here.

    help appreciated
    Shannon

    Ninja Lead Moderator
    #484142

    You can try with my suggestion

    Open templates/ja_university/css/layout-mobile.css file
    from

    #ja-header h1.logo {
    margin-left: 20px;
    }

    change to

    #ja-header h1.logo {
    margin: auto !important;
    float: none !important;
    }

    Let me know if it solves your problem

    tfosnom Friend
    #484172

    worked a treat
    Thanks

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

This topic contains 3 replies, has 2 voices, and was last updated by  tfosnom 11 years, 8 months ago.

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