Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14200

    Hello,

    Hope it’s the good place for ask (english hard for me)
    I really enjoy working in theme options / custom css.
    Something i dont understand, not working
    For here : http://www.usages.fr/

    in H1#site-logo
    #site-logo, #hgroup, .header-sidebar, #supplementary, #main {
    padding-top: 50px;
    padding-top: 5rem; // i want 1rem
    }

    in DIV#hgroup.with-logo
    #site-logo, #hgroup, .header-sidebar, #supplementary, #main {
    padding-top: 5rem; //I want 1rem too
    }

    I don’t find the good line working in Custom CSS. Thanks to help 🙂

    #14205
    Sakin
    Keymaster

    @usages.website: If you are just trying to reduce the padding in your logo then you can add in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-logo { padding-top: 10px; }
    #hgroup.with-logo { padding-top: 10px; }
    #14304

    Thanks a lot

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Question for css logo’ is closed to new replies.