Hey team,
Not sure why, but my website is suddenly not working responsively. If you check the Home Page for example, you will see that it is not presenting well on mobile devices.
I have identified the CSS causing this to happen, but cannot seem to change the CSS to stop it from happening.
.wptravel-layout-v2 #page #content {
display: flex;
flex-wrap: wrap !important;
}
.wptravel-layout-v2 #page #content .wp-travel-toolbar{
display: block;
flex-basis: 100%;
}
This CSS is somehow affecting the blocks and thus breaking the Mobile sizing, but I don’t know why?
Any idea how I can fix this?
Thanks