• Resolved nootkan

    (@nootkan)


    Been trying to make my entry meta display inline using the:

    .hentry .type-post .entry-meta {display:inline !important;}

    and also here:
    .hentry .entry-meta .posted-on, .hentry .entry-meta .byline, .hentry .entry-meta .cat-links, .hentry .entry-meta .tags-links, .hentry .entry-meta .comments-link, .hentry .entry-meta .edit-link {display: inline !important;}

    But cannot seem to make it work. Any ideas? See screenshots to see what I am looking to achieve from another theme (not responsive) and what I have achieved with your theme (responsive).

    screenshot1

    screenshot2

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Sayful Islam

    (@sayful)

    You can try the following css at your child theme or Theme Customizer.

    .hentry .entry-meta .posted-on,
    .hentry .entry-meta .byline,
    .hentry .entry-meta .cat-links,
    .hentry .entry-meta .tags-links,
    .hentry .entry-meta .comments-link,
    .hentry .entry-meta .edit-link {
    	display: inline-block;
    }
    Thread Starter nootkan

    (@nootkan)

    Thanks for the reply, that is closer to what I wanted, but I’d like to see the author and date to be in line with the posted by and posted on, not below them. If that is not doable I can live with the way it is.

    • This reply was modified 7 years, 11 months ago by nootkan. Reason: changed text
    • This reply was modified 7 years, 11 months ago by nootkan. Reason: added text
    Thread Starter nootkan

    (@nootkan)

    Decided to live with this the way it is. Thanks for the support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change Entry-Meta?’ is closed to new replies.