• Resolved jckamler

    (@jckamler)


    i’m trying to center the logo in the flozo theme, which comes with a default left justified logo. here’s whats in the stylesheet now:

    header{

    padding: 20px 20px 20px 20px;
    position: relative;
    overflow: auto;
    height: auto;
    background: #ffffff;

    }
    header a.logo{
    float: none;
    text-align: center;
    }
    header p.tagline{
    float: left;
    margin: 40px 0 0 20px;
    }

    any help would be appreciated! thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Center logo in flozo theme’ is closed to new replies.