Change width to variable

  • rwr2640
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
14 years 1 month ago #3710 by rwr2640
How do i change the width to variable width..

I do not want the size to be limited. so if someone has a big monitor i do not want white on the sides i want the background to be filled with the monitor

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 1 month ago #3712 by milos
Replied by milos on topic Re: Change width to variable
Edit file template_css.php (in plain text editor) and change this part
Code:
.wrapper, .header_module { width:<?php echo $overallWidth; ?>px; } .topmenu,.path,.upper,.bottom,.main_area,.header,.footer_content,.footer_wrap_copyright_content { width:<?php echo $templateWidth; ?>px; } .content_wrap { width:<?php echo $contentWidth; ?>px; }

to
Code:
.wrapper, .header_module { width:95%; } .topmenu,.path,.upper,.bottom,.main_area,.header,.footer_content,.footer_wrap_copyright_content { width:95%; } .content_wrap { width:95%; }

Please Log in to join the conversation.

Time to create page: 0.154 seconds
Powered by Kunena Forum