vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Member Profile Fixed Width Problem (https://vborg.vbsupport.ru/showthread.php?t=180414)

H2O Snake 05-24-2008 09:52 PM

Member Profile Fixed Width Problem
 
I have been trying to fix this for a couple hours now and I can't figure out what the problem is. Basically I am designing a style that is fixed width for a vB 3.7 with a custom CMS system and bridge.

Please see the following image:
http://www.pmsclan.com/problem.jpg

I have not modified the templates for memberinfo pages yet so the template showed in the picture is 3.7 default except for the change of images and the custom header/footer and all the other pages I have done but shouldn't have anything to do with memberinfo. I have been going through and customizing every page but this part is what is giving me trouble. I have no idea why the content container/content is spreading to 100% with a margin right in the css.

The memberinfo_css template has the values that should still support the layout.
Code:

#content_container {
        width:100%;
        float:$stylevar[left];
        margin-$stylevar[right]:-256px;
}
#content {
        margin-$stylevar[right]:256px;
}
#sidebar_container {
        width:250px;
        float:$stylevar[right];
}

Theres a 256 margin declared but I don't understand why its not working.

Also how my style is fixed width. Main table width is set to 981px. To draw the rest of the site what I do is in the header/footer template I call the header/footer of our CMS systems style to draw the header/footer and borders. Basically it puts the whole forums into a div that is centered and width 981px.

I have tried tweaking multiple values but still cannot figure out the problem. If any of you template gods have any clue the problem that would be greatly appreciated.

Thank You Very Much :)


All times are GMT. The time now is 12:02 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01155 seconds
  • Memory Usage 1,710KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete