Cart menu on mobile device

3 replies·opened Jan 22, 2019
O
oknustJan 22, 2019

Hello,

How can i visible cart menu on mobile device??

O
oknustJan 22, 2019

Hello again,

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

S
SemiColonWebSTAFFJan 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.

O
oknustJan 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