Ok now it seems same : )
I can see few differences in settings and page suffix so instead off finding your settings and then changing them please add following css codes to override.css located in template css folder and enable css override option in template settings > advanced settings > css override "on".
- Code: Select all
#gkContent {
width: 77.25%;
}
#gkContentWrap.gkInsetLeft + #gkInset {
padding: 0 14px 0 0;
}
#gkSidebar {
padding: 0 0 0 14px;
width: 22.75%;
}
You might need to add !important to your css code if they are getting overriding by other css such as below example.
- Code: Select all
#gkContent {
width: 77.25%!important;
}
See you around...