• kristysadler

    (@kristysadler)


    Hi there, I can’t figure out how to get the comments section on my posts so they are in line with recipe card section above. Any suggestions?

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

Viewing 1 replies (of 1 total)
  • Mary Hubbard

    (@4thhubbard)

    Edit your theme/template or the Post itself with Elementor:

    • Go to Edit with Elementor for your post.
    • Add a container or section for the comment area and adjust its width to match the recipe card.

    If not, you can use custom CSS in Appearance > Customize > Additional CSS. You can give this a try;

    .comments-area {
    max-width: 100%; /* Adjust to match recipe card width / margin: 0 auto; padding: 20px; / Optional: adjust spacing */
    }

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.