Okay
  Public Ticket #288191
Date placement in single blogposts
Closed

Comments

  • JC started the conversation

    Hi. Been fiddling with the css and can't seem to figure out how to change how low my dateline is in the single blogpost.

    Currently, a long list of categories will run into the dateline. So I'd like the date to appear higher up-- ideally on the same line as the post title.

    (this is for the blogpost pages when you click to read a single post as opposed to the main blog page with many posts.)

    thanks

    (sorry the related url link above is wrong. and I can't change or remove it when I edit this ticket. but the screenshot is an accurate representation of the problem. )

  •  1,070
    ThemeNectar replied

    Hey JC, try adding this into the custom css box located in your Salient Options panel:

    html .single-post #single-meta {
       margin-top: -70px!important;
    }
    

    Cheers

  • JC replied

    Thanks a lot!