{"id":3204995,"date":"2012-11-20T07:26:47","date_gmt":"2012-11-20T07:26:47","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/changing-the-distance-between-post-title-and-post-text\/"},"modified":"2016-08-20T17:51:03","modified_gmt":"2016-08-20T17:51:03","slug":"changing-the-distance-between-post-title-and-post-text","status":"closed","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/changing-the-distance-between-post-title-and-post-text\/","title":{"rendered":"Post Title and Text"},"content":{"rendered":"<p>Hi everyone,<\/p>\n<p>I am trying to make the distance between the post tile and the post text smaller. Also, the space when I enter a new line within the post is much bigger than I am after. Currently the gap is huge and it looks silly. I have searched and searched online and have tried adjusting just about everything within the page\/post CSS but cant seem to find it, does anyone know what i need to adjust to make it smaller? I&#8217;m using the picolight theme, below is the CSS I am assuming it will be under&#8230;? Also, if you want to take a look the site is www.samuellaysullivan.com<\/p>\n<pre><code>\/* posts and pages *\/\n\n.post, .pages {\n\tmargin-bottom: 15px;\n\t}\n\n.post .title, .pages .title {\n\tfloat:left;\n\twidth: 100%;\n\t}\n\n.post .title h1, .pages .title  h1, .post .title h2, .pages .title h2 {\n\tfont-size: 20px;\n\tmargin: 7px 15px;\n\tpadding: 0;\n\t}\n\n.post .meta, .pages .meta {\n\tfont-size: 13px;\n\tcolor: #808080;\n\tpadding: 5px 15px;\n\tclear: both;\n\tborder-top: 1px solid #ccc;\n\t}\n\n.post .thumbnail {\n\tfloat: left;\n\tmargin: 10px 15px 10px 10px;\n\t}\n\n.post .entry, .pages .entry {\n\tline-height:22px;\n\tdisplay:block;\n\tclear:both;\n\toverflow:hidden;\n\tcolor:#292929;\n\ttext-align: justify;\n\tpadding: 10px 15px 16px 15px;\n\t}\n\n.post p, .pages p {\n\tmargin:0;\n\tpadding: 6px 0;\n\t}\n\n.post blockquote, .pages blockquote {\n\tbackground:transparent url(images\/quote.png) no-repeat scroll 0 0;\n\tfont-style:italic;\n\tmargin:5px 0 5px 0;\n\tpadding:10px 15px 10px 60px;\n\t}\n\n.post ul.split3cols,.post ul.split2cols,.pages ul.split3cols,.pages ul.split2cols  {\n\tfont-size: 13px;\n\toverflow:auto;\n\twidth:520px;\n\t}\n\n.post ul, .pages ul {\n\tlist-style-type:none;\n\tmargin:10px 0;\n\tpadding:0 0 0 10px;\n\t}\n\n.post ul.split3cols li, .pages ul.split3cols li {\n\tfloat:left;\n\twidth:155px;\n\tmargin-right:5px;\n\t}\n\n.post ul.split2cols li, .pages ul.split2cols li {\n\tfloat:left;\n\twidth:240px;\n\tmargin-right:5px;\n\t}\n\n.pages ul.split3cols,.pages ul.split2cols {\n\tfont-size: 13px;\n\toverflow:auto;\n\twidth:520px;\n\t}\n\n.pages ul {\n\tlist-style-type:none;\n\tmargin:10px 0;\n\tpadding:0 0 0 10px;\n\t}\n\n.post ul li, .pages ul li {\n\tbackground:url(images\/icon_bullet.png) 5px 2px no-repeat;\n\tline-height: 24px;\n\tmargin:4px 0;\n\tpadding:0 0 0 25px;\n\t}\n\n.post .entry h1,.post .entry h2,.post .entry h3,.post .entry h4, .pages .entry h1,.pages .entry h2,.pages .entry h3,.pages .entry h4, #comment-form h3, .commentform h3 {\n\tpadding: 5px 5px 2px 0;\n\t}\n\nh1, h2, h3, h4 {\n\tfont-family: Ubuntu, Arial, &#039;sans serif&#039;;\n\tfont-weight: normal;\n\t}\n\n.post .entry h1, .pages .entry h1 {\n\tfont-size:20px;\n\t}\n\n.post .entry h2, .pages .entry h2, #comment-form h3,.commentform h3 {\n\tfont-size:18px;\n\tmargin-top: 20px;\n\t}\n\n.post .entry h3, .pages .entry h3 {\n\tfont-size:16px;\n\tmargin-top: 20px;\n\t}\n\n.post .entry h4, .pages .entry h4 {\n\tfont-size:14px;\n\tmargin-top: 5px;\n\t}\n\n.pages h1,.pages h2,.pages  h3,.pages h4 {\n\tmargin: 10px 0 5px 0;\n\tpadding: 5px 0 0 5px;\n\tcolor: #292929;\n\t}\n\n.pagelinks {\n\tclear: both;\n\tcolor: #808080;\n\tmargin-top: 25px;\n\t}\n\n.pagelinks p {\n\tborder-top: 1px solid #ccc;\n\tborder-bottom: 1px solid #ccc;\n\ttext-shadow: 0 1px 0 #fff;\n\tbackground: #f0f0f0;\n\tpadding: 10px;\n\tdisplay: inline;\n\t}\n\n.pagelinks a:link, .pagelinks a:visited {\n\ttext-decoration: none;\n\t}\n\n.pagelinks a:hover {\n\t}\n\n.post .meta, .pages .meta {\n    display: none;\n}\n\n\/* tables *\/\n\n.post table th, .pages table th, .comment table th {\n\tfont-size: 13px;\n\tfont-weight: normal;\n\tcolor: #808080;\n\ttext-transform: uppercase;\n    padding: 2px 4px;\n    text-align: left;\n\t}\n\n.post table, .pages table, .comment table {\n\tmargin: 10px 0;\n\twidth: 100%;\n\tborder-collapse: collapse;\n\t}\n\n.post td, .pages td, .comment td {\n    border-bottom: 1px solid #ccc;\n    border-top: 1px solid #ccc;\n    padding: 2px 4px;\n\t}<\/code><\/pre>\n<p>Any help will be MUCH appreciated \ud83d\ude42<\/p>\n","protected":false},"template":"","class_list":["post-3204995","topic","type-topic","status-closed","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/3204995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/3204995\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=3204995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}