Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #67152
    Guillaume
    Participant

    Hi,

    how can I change the space between the site description, and the site title in the header ?

    Thanks for your help,

    Guillaume

    #67160
    Sakin
    Keymaster

    @Guillaume: You can add the margin top for that. So, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
    #site-description { margin-top: 10px; }

    #67592
    Guillaume
    Participant

    Thanks for your answer I’ve changed it but it stills a large space between Site nae and Site description.

    #67597
    Sakin
    Keymaster

    @Guillaume: Please post in your site URL and then I can check in.

    #67599
    Guillaume
    Participant

    It’s in a local installation !!!

    #67600
    Sakin
    Keymaster

    @Guillaume: What have you added in custom css. If you don’t want space between, then remove the previous css that I gave you and add the following:
    #site-title { line-height: 1; }

    #67604
    Guillaume
    Participant

    Header is smaller but the space between Site name and Site description stills the same.

    Here is all the changes I put in the CSS customisation :

    #hgroup-wrap {
    background-color:#a1460e;
    background-image: url(“http://localhost/Projets/Barils/BA01/wp-content/uploads/2015/09/champ.jpg”);
    -webkit-border-top-right-radius: 50px;
    -webkit-border-top-left-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-topleft: 50px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    }
    #site-generator {
    background-color:#a1460e;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    }
    #site-branding, #masthead #site-header { padding: 0; }
    .entry-footer { display: none; }
    .category .page-header { display: none; }
    footer.entry-meta { display: none; }
    .entry-header .entry-meta { display: none; }
    .home #content .entry-title { display: none; }
    #site-title { line-height: 1; }

    #67605
    Sakin
    Keymaster

    @Guillaume: Ok I cannot check in with your css. You need to make site Live. You can publish test site or live site and let me know it.

    #67606
    Guillaume
    Participant

    It’s hard to me to make it live now ! I still search !
    Thanks for your help, I’ll be back when my site will be online.

    #67608
    Sakin
    Keymaster

    @Guillaume: Let me know if any change you got online.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Space between site-title and site-description’ is closed to new replies.