Tagged: ,

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

    Hello, I have 2 questions. The first is that if I put a table in the footer, sometimes it shows a frame and other times it doesn’t, can this be solved?
    The second question is, when I post a comment field I would like people to see the field with ‘post comment’ first and then the comments, now it’s the other way around. Can this be adjusted?

    #1321981

    Hey Brugmedia,

    Thank you for the inquiry.

    1.) Try to add this css code to apply a border to the block table element.

    .wp-block-table {
        margin: 0 0 1em;
        overflow-x: auto;
        border-color: black !important;
        border: 1px solid black;
    }
    

    2.) To move the comment form above the comments, you will have to modify the themes > enfold > comments.php file and move line 156-207 above line 77. Or just replace the content of the file with the following code.

    // https://pastebin.com/jkcXe97P

    Best regards,
    Ismael

    #1322184

    Ismael,

    thanks for the support, is works!

    #1322261

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.