1. pat02
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 28 November 2024
  5.  Subscribe via email
Hello

In Ariana template I use slide out menu for mobile menu.

I want to make it 320px in width.

In CSS I add


.slideout-menu {
width: 320px;
}



The area for menu links is now 320px but not the background and content seems not to slide away for 320px.

How can I solve this?

Thanks.

Patrick.
Accepted Answer Pending Moderation
0
Votes
Undo
I found it.

Besides above mentioned CSS, in scripts.php (/inc/scripts.php) on line 32 I need to replace value -256 with -320.

:)
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!