I have managed to solve this problem but the menu section in the theme disappeared!
here are the changes I have made
From the content section
/* =Content
———————————————– */
#page {
margin: 0 auto;
position: relative;
width: 1000px;
From the content and active sidebar section
/* =Content with active sidebar—————–*/
body.active-sidebar-primary-sidebar #page {
width: 1000px;
}
and finally, from the posts section
/* =Posts
————————————————————–*/
#main {
float: left;
margin: 0;
position: relative;
width: 750px;
}
I have made this change in order to display the sidebar in line with the content section or posts area.
Thanks in advance 🙂