View Full Version : Move this (do not know the name of variable)
sonic83
04-27-2014, 07:33 PM
Hello friends.
What is the variable to move this? Not the background. I want to set the background to 100% (doc_width = 100%)
But to establish X pixels from the left and right of the content. Attached picture looks even better:
So it is now:
148962
This I want to move X pixels:
148963
Thanks to all
PS: Thanks to tbworld (https://vborg.vbsupport.ru/member.php?u=280492) for your help.
tbworld
04-27-2014, 07:49 PM
If you can post a link to your board it would help us give you the correct information. :)
--------------- Added 27 Apr 2014 at 13:52 ---------------
I think this is what you are looking for:
.body_wrapper {
padding-left: 20px;
padding-right: 20px;
}
Change the value to your desired padding width and add the code to the bottom of the template "additional.css" in the ACP(Admin Control Panel - admincp) --> Template Manager.
Your template structure may be different, that is why we need a link. :)
fxdigi-cash
04-29-2014, 07:25 AM
so you want to adjust the page margin!!!
how about doc_ variable in your stylevar where your style is!!
it should work !!!
:)
sonic83
04-29-2014, 01:11 PM
:) Thanks tbworld, it works but the header does not move in the same amount of px. Would need to move all in all pages, X pips inside, header, footer, all.
148969
Thanks for your help
fxdigi-cash
04-29-2014, 01:38 PM
:) Thanks tbworld, it works but the header does not move in the same amount of px. Would need to move all in all pages, X pips inside, header, footer, all.
148969
Thanks for your help
I believe you are missing something here because it is not clear to me whether you want to center all page in the middle of the screen or not!!
if so, then go to your Admin cp and on the left panel find Styles & Templates/ Style Manager/
on your style, choose Style Variable Editor and click GO
Then find in the search, doc_margin
you find options to enter, so to center all pages add these values:
Units %
Use the 'top' value for all sides No
Top 0
Right auto
Bottom 0
Left auto
save it and you're done!! :)
sonic83
04-29-2014, 01:50 PM
I believe you are missing something here because it is not clear to me whether you want to center all page in the middle of the screen or not!!
if so, then go to your Admin cp and on the left panel find Styles & Templates/ Style Manager/
on your style, choose Style Variable Editor and click GO
Then find in the search, doc_margin
you find options to enter, so to center all pages add these values:
Units %
Use the 'top' value for all sides No
Top 0
Right auto
Bottom 0
Left auto
save it and you're done!! :)
Thanks friend, I do not want to center page, I want the page to occupy 100% in doc_width, the background occupies 100%, but the content that is on the bottom, right and left, 100 px trespasses, for to add a vertical banner there.
thanks
PD: Sorry for my English
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.