Unfold Horizontally the category items on Mobile

4 replies·opened Jan 18, 2021
D
DolomatsJan 18, 2021

Hello,

I would like to know if it s possible to Unfold Horizontally the categories items on Mobile in the Recipes home demo.

Can see image attached.

Thanks

S
SemiColonWebSTAFFJan 18, 2021

Hello,

Unfortunately, this feature is currently not available within the Default Templates. We will surely consider adding this in Our Future Updates and will send you a Notification once this is available. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

D
DolomatsJan 18, 2021

Thanks for the support

D
DolomatsJan 19, 2021

Ah Another question please. is it possible to make the background blurry or darker with css

I use the this :

filter: blur(8px);
-webkit-filter: blur(8px);

but it make the background and text blurry

S
SemiColonWebSTAFFJan 19, 2021

Hello,

This is Definitely Possible. You can consider using something like this:

<a href="demos/recipes/recipes.html" data-animate="fadeInUp" class="categories">
	<div class="categories-details z-6">
		<div class="icon"><img src="demos/recipes/images/icons/bf.svg" alt="Breakfast"></div>
		<div class="info">Breakfast</div>
	</div>
	<div class="bg-overlay">
		<div class="bg-overlay-bg dark" style="background-image: url('demos/recipes/images/categories/bf.jpg'); filter: blur(8px);-webkit-filter: blur(8px);"></div>
	</div>
</a>

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.

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