Hi @basieczka4,
Please share your site URL so we can solve your issue.
Thank you
Hi @basieczka4,
The overflow issue occurs from the header image so you can apply the below CSS code on where the header image applied
#site-primary-nav img{
max-width: 100%;
height: auto;
}
If it works let us know
Thank you
Hi,
You are right. The problem is generated by plugin WP Header Image. After deactivation team builder works correct. WP Header Image has a special place for custom CSS. I put there your code, but the problem is still present. I tried to find another plugin, but unfortunately I hadn’t fine any.
Regards,
Basia
Hi @basieczka4,
If the code is not working you can use them by applying ‘!important’ in CSS like and try to apply this code in theme customizer custom CSS
#site-primary-nav img{
max-width: 100% !important;
height: auto !important;
}
if it works let us know
Thank you
Hi,
It doesn’t work. Unfortunately.
Hi @basieczka4,
Sorry for the late reply please replace the previous code with the below code.
#site-masthead-cover-menu img{
max-width: 100% !important;
height: auto !important;
}
If it works late us know
Thank you
Hi @basieczka4,
Glad that your issue has been resolved if you like our plugin please rate us.
Thank you