Hello @jarnoldwp
Thanks For using our theme.
Style For Sidebar
You Can submit this style in your custom css in the customizer.
.sidebar-widget .widget h2 {
padding-left: 30px !important;
font-size: 18px !important;
}
.sidebar-widget .widget h2::before {
border-top: 50px solid;
border-left: 30px solid #fff !important;
margin-top: -5px;
}
.sidebar-widget .widget h2::after {
border-top: 50px solid #fff !important;
border-left: 30px solid transparent !important;
margin-top: -45px !important;
}
.textwidget p img {
margin: 10px !important;
width: 95% !important;
}
The Size of header in fixed if you want only header in the site then make the child theme and do after that .
If any other query please create a issue in our site support page, we love to full fill your requirement.
Thanks