Tagged: description, size, title
- This topic has 9 replies, 2 voices, and was last updated 8 years, 11 months ago by Sakin.
-
AuthorPosts
-
September 20, 2015 at 6:30 am #67152GuillaumeParticipant
Hi,
how can I change the space between the site description, and the site title in the header ?
Thanks for your help,
Guillaume
September 20, 2015 at 4:11 pm #67160SakinKeymaster@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; }
September 27, 2015 at 6:46 pm #67592GuillaumeParticipantThanks for your answer I’ve changed it but it stills a large space between Site nae and Site description.
September 27, 2015 at 8:36 pm #67597SakinKeymaster@Guillaume: Please post in your site URL and then I can check in.
September 27, 2015 at 8:39 pm #67599GuillaumeParticipantIt’s in a local installation !!!
September 27, 2015 at 8:45 pm #67600SakinKeymaster@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; }
September 27, 2015 at 9:03 pm #67604GuillaumeParticipantHeader 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; }September 27, 2015 at 9:08 pm #67605SakinKeymaster@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.
September 27, 2015 at 9:12 pm #67606GuillaumeParticipantIt’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.September 27, 2015 at 10:19 pm #67608SakinKeymaster@Guillaume: Let me know if any change you got online.
-
AuthorPosts
- The topic ‘Space between site-title and site-description’ is closed to new replies.