• Resolved Erik_Hansen

    (@erik_hansen)


    I Twenty Sixteen the entry footer floats to the left of each blog entry on larges screen, while om mobile devices it moves below the text.

    How do I make the entry footer always remain at the bottom?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to increase the width of the entry-content in the theme style.css for example with this code:

    @media screen and (min-width: 61.5625em) {
    body:not(.search-results) article:not(.type-page) .entry-content {

    width: 100%!important;
    }
    }

    Thread Starter Erik_Hansen

    (@erik_hansen)

    Yes! Of course. Thank you very much. ??

    styzzz

    (@styzzz)

    That worked for me too, but how exactly do you make it look like it does on small screens?

    On small screens, its all on one line, and they have the “/” between the words

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move entry_footer to bottom of entry’ is closed to new replies.