Important Note


We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community



InkThemes Support Forum » Colorway Theme

Adding space between author/date/category & my article

(8 posts)
  1. Alistair
    Member

    Member
    Joined: Jul 2012
    Posts: 23

    I have already searched the forums but the code in this link is not working for me.

    Can you please tell me how to create more space between the "author/date/category" bar and the first line of my article?

    This is what is currently looks like

    THIS is what I want it to look like.

    Posted 9 months ago #
  2. harsh
    Member

    Member
    Joined: Aug 2012
    Posts: 4

    Hi,

    please go to wp-admin >> appearance >> Editor >> style.css

    please search this code

    .content-wrap .blog ul.single{
    list-style-type:none;
    }

    and after it paste this code

    .content-wrap .blog ul.single li p {
    margin-top:20px;
    }

    it will fix your problem.

    Thanks

    Posted 9 months ago #
  3. Alistair
    Member

    Member
    Joined: Jul 2012
    Posts: 23

    Thanks for your quick help Harsh, but no luck.

    I pasted that code underneath the code you specified and nothing changed. Can you please advice what I should try next?

    Posted 9 months ago #
  4. Gourav
    Support Staff

    Support Staff
    Joined: Jun 2012
    Posts: 1,735

    Please share the link of your website.

    Thanks.

    Posted 9 months ago #
  5. Alistair
    Member

    Member
    Joined: Jul 2012
    Posts: 23

    Here is an example of an article

    Please let me know when you are finished so I can put the "under construction" page back up though.

    Posted 9 months ago #
  6. Gourav
    Support Staff

    Support Staff
    Joined: Jun 2012
    Posts: 1,735

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    #_mcePaste{
    margin-top:30px;
    }

    Thanks.

    Posted 9 months ago #
  7. Alistair
    Member

    Member
    Joined: Jul 2012
    Posts: 23

    Hi again Gourav. I just re-visited my website after some time away and this CSS code is not appearing to work.

    You will see on my webpage that the text is still bunched very closely at the top. How do I create some separation between the "Posted by" line and the first line of my article? Thanks.

    Link

    Posted 7 months ago #
  8. Gourav
    Support Staff

    Support Staff
    Joined: Jun 2012
    Posts: 1,735

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .single p {
    margin-top: 30px!important;
    }

    Thanks.

    Posted 7 months ago #

RSS feed for this topic

Reply

You must log in to post.