SsilkysackDec 23, 2020
hello, on demo-modern-blog.html can the column that contains the image on left side be set to a fixed width? Id like to make it always stay at 570px until it gets to mobile screen size. Thanks!
2 replies · opened Dec 23, 2020
hello, on demo-modern-blog.html can the column that contains the image on left side be set to a fixed width? Id like to make it always stay at 570px until it gets to mobile screen size. Thanks!
Hello,
You can consider using something like this:
[ch_pre type="css"]@media (min-width: 992px) {
#content {
width: calc( 100% - 570px );
}
#slider {
width: 570px !important;
}
}[/ch_pre]
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
perfect ty!!!
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard