• mfolkers

    (@mfolkers)


    I’m using the Ashe theme and I’m having an issue with layout. When you go to one of my categories, you’ll see each blog post is followed by “You May Also Like” with thumbnails of suggested blogs.

    That appears after EACH individual blog post. I’d love to have the “You May Also Like” appear only once at the very bottom instead of interrupting the flow.

    Any way to address that?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • wprsupport

    (@wprsupport)

    Hi @mfolkers

    At first, thank you for your response and for choosing our theme.

    To get the result we need to create custom codes especially for you, custom coding is beyond the scope of our support, but I will contact developers and ask them to create a snippet for you.

    We will respond 2/11/2020 as we are on our weekends and developers are out of office.

    Kind Regards

    wprsupport

    (@wprsupport)

    Hi @mfolkers

    Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:

    .blog-grid .related-posts {
    display: none;
    }
    
    .blog-grid li:last-child .related-posts {
    display: block;
    }

    Kind Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Layout’ is closed to new replies.