Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • An LeFevre Friend
    #195292

    Hello.

    How do you center the position of the logo in the responsive mobile layout?

    Please see attached jpg.

    As you can see, the logo is off-centered.

    Your help is greatly appreciated!

    Thanks!


    1. need-to-center
    Nazario A Friend
    #524734

    @anoriginal,*

    Please help to set “Development Mode” and “Optimize CSS” to “NO” (via template configuration in your back end), then post the URL of your site here, I will give you suggestion then.*

    An LeFevre Friend
    #525099

    Hello. Ok, I set as you asked…my URL is http://www.anoriginal.com/fixel

    vibedigital Friend
    #525158

    Hey anoriginal- there may be a better solution, but this works. Try commenting out your logo’s left margin in the CSS.

    Go to: fixel/templates/ja_fixel/css/themes/light/template-responsive.css

    Around line 2368 you’ll see:

    .logo {
    margin-left: 41%;

    Just comment out margin-left: 41%;

    Example:

    /*margin-left: 41%;*/

    This seems to clear up the left margin issue since your logo is a bit wider than the demo logo.

    Hope you don’t mind me jumping in and helping. I’m not a moderator.

    Nazario A Friend
    #525169

    @vibedigital, thanks for sharing your workaround.

    @anoriginal,
    Please try to open the file: /templates/ja_fixel/css/custom.css, then add this rule:

    @media (max-width: 480px){
    .logo-image {
    width: auto !important;
    text-align: center;
    }
    .logo {
    margin-left: 0;
    }
    .navbar .brand {
    padding-right: 55px;
    }
    }

    Let me know how it goes.

    An LeFevre Friend
    #525846

    Hello Nazario & VibeDigital.

    The code solution bu Nazario worked! Thanks for your quick response.

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

This topic contains 6 replies, has 3 voices, and was last updated by  An LeFevre 10 years, 8 months ago.

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