Thread Starter
alexpj
(@alexpj)
define( ‘WPCF7_AUTOP’, true ); or define( ‘WPCF7_AUTOP’, false); has no effekt
Thread Starter
alexpj
(@alexpj)
i found a solution by adding this to custom.css
.site-header .widget-area .widget {
background: rgba(0,0,0,0.8);
width: 100%;
}