- Posts: 24
- Thank you received: 0
How to change margins or width of wrapper_outside
-
tenoch
Inactive member - Topic Author
- Member
Less
More
13 years 6 months ago - 13 years 6 months ago #9465
by tenoch
How to change margins or width of wrapper_outside was created by tenoch
I am attaching an image
Ho can I reduce the marging or width marked in red?
(the left and right margin of wrapper_outside)
Thanks a lot
Regards
Ho can I reduce the marging or width marked in red?
(the left and right margin of wrapper_outside)
Thanks a lot
Regards
Last edit: 13 years 6 months ago by tenoch.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 6 months ago #9471
by ivan.milic
Replied by ivan.milic on topic Re: How to change margins or width of wrapper_outside
Hi that's in layout.css:
.wrapper_outside, .wrapper1 {
margin: 0 auto;
}
first spit them so .wrapper1 would remain the same, then define margins for wrapper_outside like this:
.wrapper1 {
margin: 0 auto;
}
.wrapper_outside{
margin:...
}
.wrapper_outside, .wrapper1 {
margin: 0 auto;
}
first spit them so .wrapper1 would remain the same, then define margins for wrapper_outside like this:
.wrapper1 {
margin: 0 auto;
}
.wrapper_outside{
margin:...
}
Please Log in to join the conversation.
-
tenoch
Inactive member - Topic Author
- Member
Less
More
- Posts: 24
- Thank you received: 0
13 years 6 months ago #9473
by tenoch
Replied by tenoch on topic Re: How to change margins or width of wrapper_outside
Hi
Thanks
I tried it, but this makes that all template align goes to left, is not centered anymore
Thanks again
Regards
Thanks
I tried it, but this makes that all template align goes to left, is not centered anymore
Thanks again
Regards
Please Log in to join the conversation.
Time to create page: 0.165 seconds