Put the bar with the date on top of the post

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Put the bar with the date on top of the post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24462
    Ixinho
    Participant

    Hello,

    is there a way to put this bar (see attached) on top of single post . By default it’s on the bottom . .

    #24472
    Veena
    Moderator

    You can use the following custom CSS in themeoptions –

    .single.single-post .entry-meta {
        width: 60%;
        top: 388px;
        position: absolute;
    }
    @media only screen and (max-width: 767px){
    .single.single-post .entry-meta {
        top: 325px;
    }}
    

    Pls adjust the values according to your requiremnent.
    (This would work only for posts that having featured images.)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.