• Resolved kir1u211

    (@kir1u211)


    Hello, could you look at the 2 screenshots below?

    The upper screenshot shows what happens when I activate the plugin: unfortunately, the related posts won’t show up as the most low element of a post.

    I would like my optin form to be above it.

    How can I achieve that? Another plugin did succeed in that. See second screenshot.

    Thank you in advance.

    (At the moment I deactivated the plugin)

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Muhammad Arslan

    (@wparslan)

    Hey @kir1u211

    Thank you for contacting us about this.

    The Related post section is not showing on this link below link.

    https://hetnlpcollege.nl/ademhalingsoefeningen-tegen-stress/

    Kindly take a look.

    If you need our assistance do let us know.

    Have a nice day!

    Thread Starter kir1u211

    (@kir1u211)

    I just now re-activated your plugin.

    Could you take a look to see if I can make it appear at the very bottom?

    Much appreciated.

    Plugin Support Muhammad Arslan

    (@wparslan)

    Hey @kir1u211

    Apologies for the long wait had to create custom CSS for you ??

    Here is the CSS, use it in your child theme’s CSS to update the styling.

    
    .single .post-wrap .post-content {
    	display: flex;
    	flex-direction: column;
    }
    .single .post-wrap .post-content .tve-leads-post-footer {
    	order: 2;
        display: flex;
    }
    .relpost-thumb-wrapper {
    	display: flex;
    	order: 3;
    }

    Do let us know if you need any further assistance.

    Have a nice day!

    Thread Starter kir1u211

    (@kir1u211)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to put the related posts underneath my optin form’ is closed to new replies.