“Need help making rockefeller "boxed" and not full width”
Hi there,
I saw your response to my question under the item discussion section on themeforest and realised my needs actually go beyond that.
I actually need help making the entire site's width 940px. I need to reduce the widescreen homepage slider's width and everything else it will affect.
— Posted at 9:21 on January 29, 2013
Interfeis Support Interfeis
Hello Peter,
ohh i see your point, so you want to changed the template to get boxed. but unfortunately with all due respect sir we dont think we could do that, making the template to be boxed will take a lot of customization, because that means we will need to change a lot of elements in css and maybe the javascript.
we're so sorry if our answer doesnt satisfy you
Best Regards,
Interfeis Team
— Posted at 9:21 on January 29, 2013
Peter L7
Okay, Can you at least point me in the right direction? Help me with what CSS and Javascript elements need to be changed? Please? You know you're the theme developers and nobody can do it as well/fast as you can
Or is this something you can take up for me as a customization job? I'm sure it shouldn't take you more than 2 hours. I'm willing to cover the reasonable fee for this.
— Posted at 9:21 on January 30, 2013
Peter L7
hi,
If you yourselves can't help with this, could you at least recommend someone who can, even for a fee?
— Posted at 9:21 on January 30, 2013
Interfeis Support Interfeis
Hello Peter,
So sorry for the late reply, ok about the boxed changes, maybe we could point you on changing the css for starter.
actually, there is some container called #outercontainer that wrapping all contents in the rockefeller skeleton. we will need to change that width.
please open css/style.css and go to line around : 208. you will see :
#outercontainer{width:100%;}
please change that into :
#outercontainer{width:1000px; margin:0px auto;}
doing that will make a boxed style in rockefeller. But, you will see that the header will be moved to the right, we will need to fix that, now please go to line around : 266. you will see :
i think if you follow this, you will find that the style has been boxed. but maybe it's still not perfect, we hope you have some web developer or designer to fix some minor broken style.
and please dont hesitate to contact us again if you have any question.
“Need help making rockefeller "boxed" and not full width”
Hi there,I saw your response to my question under the item discussion section on themeforest and realised my needs actually go beyond that.
I actually need help making the entire site's width 940px. I need to reduce the widescreen homepage slider's width and everything else it will affect.
— Posted at 9:21 on January 29, 2013
Interfeis
ohh i see your point, so you want to changed the template to get boxed. but unfortunately with all due respect sir we dont think we could do that, making the template to be boxed will take a lot of customization, because that means we will need to change a lot of elements in css and maybe the javascript.
we're so sorry if our answer doesnt satisfy you
Best Regards,
Interfeis Team
— Posted at 9:21 on January 29, 2013
Or is this something you can take up for me as a customization job? I'm sure it shouldn't take you more than 2 hours. I'm willing to cover the reasonable fee for this.
— Posted at 9:21 on January 30, 2013
If you yourselves can't help with this, could you at least recommend someone who can, even for a fee?
— Posted at 9:21 on January 30, 2013
Interfeis
So sorry for the late reply, ok about the boxed changes, maybe we could point you on changing the css for starter.
actually, there is some container called #outercontainer that wrapping all contents in the rockefeller skeleton. we will need to change that width.
please open css/style.css and go to line around : 208. you will see :
#outercontainer{width:100%;}
please change that into :
#outercontainer{width:1000px; margin:0px auto;}
doing that will make a boxed style in rockefeller. But, you will see that the header will be moved to the right, we will need to fix that, now please go to line around : 266. you will see :
#outerheader{
position:fixed;
top:0px;
background-color:rgba(255,255,255,0.9);/*
*background-color:#ffffff !important;
_background-color:#ffffff !important;
background-color:#ffffff\0/ !important;*/
z-index:999;
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
}
please add style : left : 0px; in there. so it's gonna be like this :
#outerheader{
position:fixed;
top:0px;
left:0px;
background-color:rgba(255,255,255,0.9);/*
*background-color:#ffffff !important;
_background-color:#ffffff !important;
background-color:#ffffff\0/ !important;*/
z-index:999;
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
}
i think if you follow this, you will find that the style has been boxed. but maybe it's still not perfect, we hope you have some web developer or designer to fix some minor broken style.
and please dont hesitate to contact us again if you have any question.
Best Regards,
Interfeis Team
— Posted at 9:21 on January 31, 2013