This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Display Title above Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #18162
    allytallyt
    Participant

    All 3 themes appear to only present the Image above the Title.

    In the screenshot attached you can see the Title of the post “Water – How Much do we Need?” is placed below the Image.

    I want to display the Title above the Image

    How do I achieve that please.

    Thanks

    #18165
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Well, there is no option on the back-end to change this order, but there might be a custom CSS code that works.

    Please try this one:

    [html].rpp_inner {
    display: flex !important;
    flex-wrap: wrap !important;
    }
    p.rpp_title {
    order: -1;
    }[/html]

    It is hard to tell without seeing the exact implementation, but this should do the trick.

    #18172
    allytallyt
    Participant

    Hi Ernest, thank you for the prompt response, the solution works perfectly.

    Regards & many thanks for a very useful plugin.

    Ally

    #18180
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Display Title above Image’ is closed to new replies.