How to adjust the width of this..(picture inside)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Guest

    [vB4] How to adjust the width of this..(picture inside)

    I want to expose the boarders/margins a little bit more...

    Is there an easy way to achieve this?

    Click image for larger version

Name:	Untitled-4.jpg
Views:	1
Size:	45.2 KB
ID:	3725151
  • Amaury
    Senior Member
    • Mar 2012
    • 1807
    • 4.2.X

    #2
    This belongs in the vBulletin 4 Questions, Problems and Troubleshooting forum.

    Anyway, edit the doc_width style variable to your liking.
    Former vBulletin user

    Comment

    • Guest

      #3
      Originally posted by Amaury25
      This belongs in the vBulletin 4 Questions, Problems and Troubleshooting forum.

      Anyway, edit the doc_width style variable to your liking.

      Thanks for your reply, and that option works, however the "doc" is now not centered.. I can't seem to find a option for this.

      Comment

      • Amaury
        Senior Member
        • Mar 2012
        • 1807
        • 4.2.X

        #4
        Originally posted by MrSeth
        Thanks for your reply, and that option works, however the "doc" is now not centered.. I can't seem to find a option for this.
        In your vbulletin.css template, find this:

        Code:
        margin: {vb:stylevar doc_margin};
        Change it to this:

        Code:
        margin: auto;
        Former vBulletin user

        Comment

        • Wayne Luke
          vBulletin Technical Support Lead
          • Aug 2000
          • 74167

          #5
          best place would to be the doc_margin stylevar and change the left and right values to auto. Prevents problems when upgrading.
          Translations provided by Google.

          Wayne Luke
          The Rabid Badger - a vBulletin Cloud demonstration site.
          vBulletin 5 API

          Comment

          Related Topics

          Collapse

          Working...