Is it possible with CSS or not that we fix only just CSS
Here is the the error code that it make my website to display strange
#es.es-main {
position: relative;
display: inline-block;
width: 100%;
}
To fix the strange, I overwrite this code (I can get 4 column as i want)
#es.es-main {
position: absolute;
display: inline-block;
width: 98%;
margin-left: -9px !important;
}
with this new code code, it shows strange on mobile
If we just can fix it with css, could you give the correct CSS to fix on desktop and mobile view..
My license with EasySocial has expired so long...
thank