By Pasquale Basilio on Thursday, 10 September 2015
Replies 3
Likes 0
Views 0.9K
Votes 0
Hi,
when I get in responsive layout (smartphone-like), toggle sidebar is always opened and I'm not able to reduce it as normal. What it can be?

Thank you.
Hey there,

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Friday, 11 September 2015 01:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Here you go.

// We already edited your recent replies, please don't share the private info of your site openly. Please use our Site Details tab to place this info. Thank you.
·
Friday, 11 September 2015 16:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Pasquale,

Sorry, I edited your previous reply for your site security purpose and moved the site info to the secured place.

I already updated your /templates/design_control/css/custom.css styling as below and solved the display issue:
div#fd.es.w480 .es-container .es-sidebar {
width: 100% !important;
display: none !important;
}

div#fd.es.w480 .es-container .es-sidebar.sidebar-open {
display: block !important;
}


Hope this will help, please advice
·
Friday, 11 September 2015 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post