Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #942819

    Hi,

    You should make a custom work the CSS style on your site.

    Open templates/ja_simpli/css/custom.css file and add new rule

    @media (min-width: 1200px) {
        #header .container .row .span4, #header .container .row .span8 {
            width: 100% !important;
            margin: auto !important;
            text-align: center !important;
        }
    
        #header .container .row .span4 .navbar-brand {
            float: none !important;
        }   
    }

    Hope it helps

    Regards

    jaydot Friend
    #942856

    Thanks!
    For now I’ve solved it by making the logo position as small as possible, and forcing the header-right under it by making it span12. Put my logo image in a module in header-right and it’s working nicely. Although of course I have some extra vertical space along the top of the screen.
    I’ll experiment with your solution later.
    Cheers, j.

    kdewson Friend
    #946555

    I’ve tried the code above and it works fine. Thank you

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

This topic contains 3 replies, has 3 voices, and was last updated by  kdewson 7 years, 10 months ago.

The topic ‘Centered logo’ is closed to new replies.