Extending header to 100% of page

  • mdurkin
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 10 months ago - 13 years 10 months ago #8115 by mdurkin
Editing my original post since subject has changed. Looking to expand the header 100% across the page rather than 960 pixels set by the template.
Last edit: 13 years 10 months ago by mdurkin.

Please Log in to join the conversation.

More
13 years 10 months ago #8117 by ivan.milic
There is no spacing in out default template there. You should give as link so we could check.

Please Log in to join the conversation.

More
13 years 10 months ago #8159 by ivan.milic
You can set same background image on wrraper1 as in header

background-image: url(../images/logo_bg.png);

Please Log in to join the conversation.

  • mdurkin
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 10 months ago - 13 years 10 months ago #8171 by mdurkin
Thank you! Is that all I need to do? Isn't wrapper1 set for 960 pixels in template.css.php? I am trying to get it to span the entire screen when a user is using a larger display. Do I have to change any settings for wrapper 1 in template.css.php?

Do you do any template customization services?


This is what I did to accomplish in Firefox and others, but not working in IE:
Code:
body { font-size:<?php echo $mainFontSize; ?>px; color:<?php echo $bodyText; ?>; <?php if ($backgroundImage!="none") { ?> /* background:<?php echo $backgroundColor; ?> url(<?php echo $template_path; ?>/images/bg_<?php echo $backgroundImage; ?>.gif) top left repeat; */ background-image:url(<?php echo $template_path; ?>/images/logo_bg.png),url(<?php echo $template_path; ?>/images/bg_<?php echo $backgroundImage; ?>.gif); background-repeat:repeat-x,repeat; <?php }else{ ?> background:<?php echo $backgroundColor; ?>; <?php } ?> }
Last edit: 13 years 10 months ago by mdurkin.

Please Log in to join the conversation.

More
13 years 10 months ago #8181 by ivan.milic
wrapper1 is 100% in width, but your solution is better.
We do custom work , you can contact us about that using "Report to Moderator".

Please Log in to join the conversation.

Time to create page: 0.165 seconds
Powered by Kunena Forum