Hey,
I certainly don’t recommend this. I strongly suggest using a responsive layout. But based on all the css hacking you have in the site you can add this at least and you’ll get more of the results your wanting:
.main{
float: left;
}
.kad-sidebar {
width: 25%;
float: left;
}
body {
overflow-x: scroll;
}
Kadence Themes
Thank you so much! π
I prefer using responsive layout too and not to mess with the css like that, but my client is very overweening and he wants to use his design no matter what… so yeah.
Thank you again! You are awesome! π