- Posts: 10
- Thank you received: 0
Extending header to 100% of page
-
mdurkin
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 10 months ago - 13 years 10 months ago #8115
by mdurkin
Extending header to 100% of page was created 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.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8117
by ivan.milic
Replied by ivan.milic on topic Re: Creating space between top menu and image slider
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.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8159
by ivan.milic
Replied by ivan.milic on topic Re: Creating space between top menu and image slider
You can set same background image on wrraper1 as in header
background-image: url(../images/logo_bg.png);
background-image: url(../images/logo_bg.png);
Please Log in to join the conversation.
-
mdurkin
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 10
- Thank you received: 0
13 years 10 months ago - 13 years 10 months ago #8171
by mdurkin
Replied by mdurkin on topic Re: Creating space between top menu and image slider
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:
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.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 10 months ago #8181
by ivan.milic
Replied by ivan.milic on topic Re: Creating space between top menu and image slider
wrapper1 is 100% in width, but your solution is better.
We do custom work , you can contact us about that using "Report to Moderator".
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