Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • mailzaforume77 Friend
    #1077305

    Hi all,

    in layout configuration I turned off banner top position, and gave header left position 12 block size, to have full width logo.

    Now I want to center my logo, but only what I can is to have it float: right or left, with text-align:center; I can’t do this.

    Does anybody have an idea, how to center logo in this template?

    Thanks in advance!

    Saguaros Moderator
    #1077552

    Hi,

    You can try with this custom css:

    .header .span12 {
        text-align: center;
    }
    
    @media only screen and (min-width: 992px) {
        .navbar-brand.logo {
            float: none;
        }
    }

    add to the file: root/templates/ja_simpli/css/custom.css (create this file if it doesn’t exist)

    mailzaforume77 Friend
    #1077971

    I can report, that that code doesn’t do the job.

    Thank you anyway!

    Saguaros Moderator
    #1078020

    You can share the URL of your site so I will take a look.

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

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

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