/*
Theme Name:   Maktub Child
Theme URI:    https://1.envato.market/wp-maktub-preview
Author: EstudioPatagon
Author URI: https://1.envato.market/ep-portfolio-themes
Description:  Child theme, based on Maktub
Template: maktub

*/

/* Add your custom code just below */

//Moving the Post Comment Button Below The Name Field
/* Force the name input to display as a block element */
#commentform input.form-author {
    display: block;
    width: 100%; /* optional: adjust width if desired */
    margin-bottom: 1em; /* adds spacing below the name field */
}

/* Ensure the submit button container starts on a new line */
#commentform .form-submit {
    clear: both;
    display: block;
    margin-top: 1em; /* adds spacing above the button */
}
