Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #867239

    Hi,

    Is it possible that, when the screen is beneath 450px for example, the title of posts will be placed beneath the featured image? Now the title sometimes have only 3 characters next to the featured image. How can I set the title to begin beneath the featured image? See the private content dor a url.

    #867290

    Hey erwin_m,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 450px) { h2.post-title.entry-title {display:inline-block;}
    .blog-meta img {left: 25%;}}

    I also added the code to center the image above the title.

    Best regards,
    Mike

    #867296

    Hey Mike,

    Works great! Thank you, you can close the topic.

    Regards,

    Erwin

    #867330

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘If responsive start entry-title beneath featured image’ is closed to new replies.