Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter ladybuggs

    (@ladybuggs)

    In fact even better that centering the logo i’d like top be able to add more that just the logo…it looks so plain!

    Thread Starter ladybuggs

    (@ladybuggs)

    So I figured how to center my logo…would still like to know how to add something else at the top there

    Hi Ladybuggs, can you tell me how you ended up getting your logo to centre?

    Or could someone at the Inktheme team resolve this?
    My logo doesn’t align anywhere but the left.

    Many Thanks

    Theme Author inkthemescom

    (@inkthemescom)

    Hi ladybuggs and almalaci,

    If you want to align your logo, then put the following code into your custom css. The alignment of logo is to be changed by changing attribute value of text-align e.g. center/left/right

    .logo{
    text-align: center;
    }
    .logo img {
    max-width: 100%;
    height: auto;
    }

    And sorry but there is no any feature for adding something to the top.
    For this you have to customize theme.

    Thanks very much, it works now!
    It was missing this:

    .logo{
    text-align: center;
    }

    mmm… too bad… no result on my site when pasting the code in custom.css

    /*=========================================*/
    /*==========Header Style==========*/
    /*=========================================*/
    .logo{
    text-align: center;
    }
    .logo img {
    max-width: 100%;
    height: auto;
    }
    .header .menu-bar {
        border-top:3px double #eeeeee;
        border-bottom:3px double #eeeeee;
        margin-top:20px;
        padding-bottom:2px;
        display: block;
        padding-top: 2px;
        padding-bottom:8px;
    }

    What am I doing wrong here… anybody can tell if there is a hierarchy in css files I should be aware of that can interfere here? it is about the site https://www.gerustgeregeld.nl

    many thnx!

    apparently anything that I change in the custom.css is ignored. Perhaps best to start with that. I have no idea why though… anybody who can explain?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Center my Logo’ is closed to new replies.