• Resolved Влад

    (@novichok78)


    Hello. After the update, a signature appeared when creating the table and there is no way to remove it. For this reason, there is too much space between the table and the header. Please tell me how you can remove the mandatory signature of the table.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @novichok78,

    I checked your URL and didn’t see any issue: https://postimg.cc/zHSYsmKx.

    Please explain your issue, including screenshots, and any other document, so we can understand and check it better.
    You can upload your files to one of the following online services:
    https://postimages.org
    https://loom.com
    https://drive.google.com
    https://dropbox.com
    Or any other service you know.

    However, it seems it’s a cache issue, if you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, in Elementor, please don’t forget to click on the regenerate all assets file and data in Elementor > Tools; and finally use hard-refreshing keys and recheck the issue.
    To refresh the page, please follow the steps explained in this link:
    https://www.documate.org/automation/what-is-a-hard-refresh-how-to-do-a-hard-refresh-in-any-browser/.

    Win: Ctrl+Shift+R
    Mac: Shift+Command+R

    Best Regards

    Thread Starter Влад

    (@novichok78)

    Unfortunately, disabling plugins didn’t help. The problem is that there is a table Signature that cannot be removed. For this reason, there is a large space between the table and the paragraph.

    Links to screenshots:

    https://postimg.cc/Vrkng5vF

    https://postimg.cc/dknPMNqY

    Hello @novichok78,

    How did you make the table? I can see it on your URL: https://postimg.cc/w1CZVN1L.
    Is that in the backend?

    How can we replicate your steps to arrive at the issue on a fresh WordPress installation?

    If you use a plugin for this, contact the author of the plugin.

    In typical cases, the table block is not for us, it is for WordPress, and if you use this block, there isn’t any signature. That’s a caption, and if you leave it blank won’t show anything in the front: https://postimg.cc/D4h7YDmQ.

    Best Regards

    Thread Starter Влад

    (@novichok78)

    I use a standard WordPress spreadsheet. If the signature of the table does not affect anything, then why is there more empty space between the table and the paragraph? This has never happened before.

    Hello @novichok78,

    Well, that’s something else, and it wasn’t related to the signature or caption, the extra margin at the bottom of the table can be removed by CSS below; so please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    .wp-block-table .has-fixed-layout,
    .wp-block-table table {
        margin-bottom: 0 !important;
    }

    Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).

    I hope that helps.

    Best Regards

    Thread Starter Влад

    (@novichok78)

    Thank you very much. The problem is solved.

    You’re welcome. Glad it helped.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Table signature’ is closed to new replies.