Hi,
Try adding this css code:
#top #main .sidebar {
width: 13%;
}
#top .sidebar_left .content {
width: 87%;
}
Just adjust the widths as you see fit.
Best regards,
Nikko
Hi,
Try to replace this code:
#top .sidebar_left .content {
width: 87%;
}
with this one:
#top .sidebar_left .content {
padding-left: 0 !important;
width: 74%;
margin-right: 10%;
}
Just adjust the right margin as you see fit.
Best regards,
Nikko
ok thanks, you can close this topic.