UPDATE
The frame element has a height of 1000px. I am not sure which file generates the comment form, but the height seems to be in that file. Simply delete height=1000px
to remove the space.
Also, if you want to remove the Vanilla credit and link, add .vanilla-credit {display:none !important}
to your style sheet.
ORIGINAL
I believe you are referring to the large space between the bottom of your post and the “Leave Comments” title to the comment textarea.
If so, there is a pretty large bottom margin in the .post
class in your style sheet. You can remove it by changing it to margin:0
Related Posts:
- Should all plugins be encapsulated in a Class?
- Consuming an external API in WordPress?
- How can I import a class privately into a plugin?
- How do I extend one plugin I’m writing with another I’m writing using classes?
- Generate custom output for page/URL in a plugin
- Post source link plugin – small modification
- Add CSS animation as Preloader to WordPress
- Custom comment type maybe?
- How to list the Hooks and order of execution in current loading page? [duplicate]
- Setting up widgets in wordpress with a unique ID for the after_title argument
- Akismet plugin is deleting spam despite preferences
- Modifying Footnote Plugin for Descriptive Title Attributes
- How to Replace Words with Hypertext Link But Ignore Previously Existed Links?
- Leveraging WordPress Comments on Custom Plugin Object page
- Get total number of comment of the posts written by an author
- force customers to add only single item to card per purchase EDD [closed]
- Auto delete WordPress users according to time
- How can I get WordPress to save comments in markdown format?
- Edit Yoast SEO breadcrumbs output [closed]
- How would I go about creating a user ranked post popularity page?
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- Send reply with pre-prepared answers
- Notify comment author upon reply
- Redirect to another page using contact form 7? [closed]
- Inserting custom PHP script on homepage
- Loop in elementor custom widget not working
- I am trying to make a field show and save from quickedit screen
- Moving FB comments at the end of page
- .php file for woocommerce edit category? [closed]
- Customize Menu | Styling LESS/SCSS code formats
- Why is it important to check for isset and is_array before checking in_array in this example?
- Comment “like” problem – “users who like this” avatar linking to current user profile instead of “liker’s” profile
- Calling a save function from a “submit” button
- same user role or copy the user role to be same as the other role
- How to fix these PHP Warnings with the “Feed JSON” plug-in?
- Display WordPress comments before the plugins?
- woocommerce remove coupon link does not work
- implement custom roles in custom plugin
- Post source link plugin – small modification
- Custom Plugin: How to Include Install Buttons of other 3rd Party Plugins?
- Adding discount functionality to the cart
- How to assign a specific service to a specific provider based on location
- Precheck fields when I add a new post
- Rename a folder via HTML POST request
- Move plugin pages from dashboard to front-end
- working code, not working – Plugin Dev
- Cron job shedules replace?
- Custom shortcode being shown in WPBakery backend rather than the block
- Move plugin upload folder from mywebsite.com/wp-content/uploads/pdfuploads to mywebsite.com/pdfs?
- Woocommerce list variations that are added already to cart in Single Product
- Flexslider empty slide
- How to fix slow comment query?
- Custom SportsPress list
- Paginated Comments “reply” does not work!
- I want to remove the register/login WordPress top bar from my website
- Getting Post Permalink Outside of Loop Not Working
- How to delete remain data in WP database after deleting custom post via admin interface
- What can I do to customize a widget provided with this plugin? from where have I to start?
- WordPress: code structure
- How to make a Template page to show the information of different things Shop and Product page?
- Add multiple attributes to product from php
- Sanitizing, Validating and Escaping in WordPress (Plugin)
- Add category to body class
- Plugin Development sqlite or WordPress’ database
- How to review WordPress website php version compatibility?
- woocommerce 3.2.1 not sending order notification emails
- Run plugins only on certain pages
- Post category with counts been display like a menu
- Post custom Data value in The Events Calendar plugin [closed]
- Problem with PHP wordpress, Undefined index: in C:\xampp\htdocs\wordpress\wp-content\plugins\epoch\classes\core.php on line 190 [closed]
- Best way to maintain and update 3rd-party WP plugin when developer is unresponsive?
- Finding the screen id of a page generated with add_menu_page
- Plugin not working & permalink erorr after upgrade to php 7x on Nginx
- How to translate wordpress error message
- Override a Plugin Function
- Add key and value to an array in another file
- Create “new pages” within the admin section of plugin
- More gentle way to hook WordPress custom url
- How to Call Specific .PHP file on add_submenu_page selection in Plugin Development?
- How to properly replace the_content with the html in a php file?
- How to Add text value in Automatically in this conditions?
- Elementor: How to design Dropdown Select Box Navigation page like Chegg
- How to access a wordpress plugin page or add posts without doing it from the WordPress dashboard?
- Problem with Date translation in WordPress
- Creating custom “player-objects”
- 500 Internal server error wp_handle_upload_prefilter
- Can’t access 3rd party API, code works on local server but not on wordpress
- Multi-site error wordpress after migration
- Nested DIV’s across functions in PHP, do not seem to work
- get_option return incorrect values
- I created a custom form in HTML/CSS and now I need it to submit … should I create custom PHP or is there a plugin I can use?
- Problems with installing and deleting plugins
- Why links are not linked if edited comment?
- private functions in plugins
- How wordpress plugin hooks works? [duplicate]
- Selling Downloadable Products [closed]
- ACF: Hide a div or template section when a custom field (in a field group) is empty
- Need help saving input fields for Security Deposit plugin in WC Vendors page
- How to Add Extra Text In WordPress Title Before Post Publish
- WordPress Convert queries to slashes using function.php