Ciao. This is the current code
h2.entry-title, h1.entry-title {
font-size: 4.5rem !important;
}
.post-meta-wrapper {
margin-top: 0px !important;
margin-bottom: unset !important;
}
.post-inner {
padding-top: 035px!important;
}
.post-separator.styled-separator.is-style-wide.section-inner {
margin-top: 035px;
margin-bottom: 035px;
}
.featured-media {
margin-top: 0.5rem !important;
}
.wp-block-image.size-large.is-resized {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
.singular .entry-header {
padding: 2rem 0 !important;
}
body:not(.singular) main > article:first-of-type {
padding: 1rem 0 0 !important;
}
.archive-header {
padding: 2rem 0 !important;
}
.entry-header {
padding-top: 10px !important;
}
function wpspecial_rimozione_prefisso_categoria( $title ) {
if ( is_category() ) {
$title = single_cat_title( '', false );
}
return $title;
}
add_filter( 'get_the_archive_title', 'wpspecial_rimozione_prefisso_categoria' );
div[id*="___gcse"] {
width: 100%;
margin: 2rem 0;
}
.gsc-search-box tr,
.gsc-search-box td,
.gsc-search-box table {
border: none !important;
}
.gsc-search-box table {
margin: 0;
}
td.gsc-search-button {
width: revert;
padding: 0;
}
This is the modified code which produces no change in the search box.
h2.entry-title, h1.entry-title {
font-size: 4.5rem !important;
}
.post-meta-wrapper {
margin-top: 0px !important;
margin-bottom: unset !important;
}
.post-inner {
padding-top: 035px!important;
}
.post-separator.styled-separator.is-style-wide.section-inner {
margin-top: 035px;
margin-bottom: 035px;
}
.featured-media {
margin-top: 0.5rem !important;
}
.wp-block-image.size-large.is-resized {
margin-bottom: 0.5rem !important;
margin-top: 0.5rem !important;
}
.singular .entry-header {
padding: 2rem 0 !important;
}
body:not(.singular) main > article:first-of-type {
padding: 1rem 0 0 !important;
}
.archive-header {
padding: 2rem 0 !important;
}
.entry-header {
padding-top: 10px !important;
}
function wpspecial_rimozione_prefisso_categoria( $title ) {
if ( is_category() ) {
$title = single_cat_title( '', false );
}
return $title;
}
add_filter( 'get_the_archive_title', 'wpspecial_rimozione_prefisso_categoria' );
div[id*="___gcse"] {
width: 100%;
margin: 2rem 0;
}
.gsc-search-box tr,
.gsc-search-box td,
.gsc-search-box table {
border: none !important;
}
.gsc-search-box table {
margin: 0;
}
td.gsc-search-button {
width: revert;
padding: 0;
}
.gsib_a { width: 2000px; }