Cart menu on mobile device

3 replies · opened Jan 22, 2019

OoknustJan 22, 2019

Hello,

How can i visible cart menu on mobile device??

OoknustJan 22, 2019

Hello again,

I forgot to tell that i will do the visible cart menu on mobile device in header..

SSemicolon WebSTAFFJan 22, 2019

Hello,

This is Definitely Possible. Simply use the following CSS Code:

@media (max-width: 575.98px) {
	#top-cart { display: block; }
	#top-search a { right: 45px; }
}

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.

OoknustJan 22, 2019

Hello,

Thanks for your answer..

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
Cart menu on mobile device · Canvas Template Support