Mobile View Bug? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Mobile View Bug?

MS

Martin Seidl

Helix Framework 4 years ago

Hi Team,

I guess this happened also after your helix update: see https://snipboard.io/nJfBM6.jpg

there are 3 yellow marked arrows. all of them are on wrong position as you can see. how to change that?

see here also: http://www.responsinator.com/?url=https%3A%2F%2Fmero.arkiadesign.de%2F

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #42846

Hello there!

Thanks for your query.

Please use the following code in your custom.css file:

.offcanvas-menu .offcanvas-inner ul.menu>li.menu-parent li.menu-parent .menu-toggler{
    transform: translateY(-95%)!important;
    -webkit-transform: translateY(-95%)!important;
}

Moreover, I have checked your link and there is a extra closing brace appear, so please remove the last unnecessary closing brace from the end of the file https://prnt.sc/1zb78k6 and then put the above code there. Otherwise the code may not be effective.

Best Regards

0
MS
Martin Seidl
Accepted Answer
4 years ago #42847

Great Rashida, it worked! thnx a lot!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 4 years ago #42851

Glad to know that:) You are always welcome!

0