modern-blog theme fixed width

2 replies·opened Dec 23, 2020
S
silkysackDec 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!

S
SemiColonWebSTAFFDec 24, 2020

Hello,

You can consider using something like this:

@media (min-width: 992px) {
	#content {
		width: calc( 100% - 570px );
	}

	#slider {
		width: 570px !important;
	}
}

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.

S
silkysackDec 28, 2020

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