Hi,
I was wondering how I can change the wide of the side menu area. I would like to have it smaller.
Thanks
Katharina
Hi,
I was wondering if you had time to look in to this problem?
Thank
_K
Hi,
We are very sorry for the late response.
You can add the following css code in the Quick CSS field to adjust the sidebar or side menu area.
.html_header_sidebar #top #header {
width: 200px;
}
.html_header_left #main {
margin-left: 200px;
}
Best regards,
Ismael
Thank you – it works.