Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Change Size, Adjust Banner Position, and Remove Gift Certificate FAQ

Change Size, Adjust Banner Position, and Remove Gift Certificate FAQ

Locked

Views: 3,393

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
29 Jun 2009, 2:37 PM
#1
frontier2002 avatar

frontier2002

New Zenner

Join Date:
Jun 2009
Location:
USA
Posts:
44
Plugin Contributions:
0

Change Size, Adjust Banner Position, and Remove Gift Certificate FAQ

  1. How to change my template size to full page browser view?

  2. I have installed new template and the bottom banner is align to the left. How can i move back the banner to the middle?

  3. How can i remove Gift Certificate FAQ from the Information List? I don't need it.

29 Jun 2009, 7:54 PM
#2
stiggy100 avatar

stiggy100

Zen Follower

Join Date:
Jan 2009
Posts:
298
Plugin Contributions:
0

Re: Change Size, Adjust Banner Position, and Remove Gift Certificate FAQ

Is the link in your footer the site your trying to modify??? Please post a link if not...

Anyways...

1 - Your trying to widen the page to fill up the dead space on the left and right?

Open stylesheet.css

#mainWrapper {
margin: 0 auto;
background: url(../images/wrapper_bg.jpg);
text-align: left;
width: 90%;
vertica

Either set this to a % or a 'fixed say 800px - Just have a play around - There are many tutorials on this though so just look on the forums...

2 - Try Banner manager in the admin>tools (unless you mean something else?)

3 - Gift Certificate FAQ removal - http://www.zen-cart.com/forum/showthread.php?t=84269

30 Jun 2009, 3:40 AM
#3
frontier2002 avatar

frontier2002

New Zenner

Join Date:
Jun 2009
Location:
USA
Posts:
44
Plugin Contributions:
0

Re: Change Size, Adjust Banner Position, and Remove Gift Certificate FAQ

2 - Try Banner manager in the admin>tools (unless you mean something else?)

i meant a long banner that stripe across the header page after the zen cart logo (it seem like i cannot select that banner as it stays behind the zen cart logo). This banner does not included in the admin-->tools

30 Jun 2009, 3:57 AM
#4
stiggy100 avatar

stiggy100

Zen Follower

Join Date:
Jan 2009
Posts:
298
Plugin Contributions:
0

Re: Change Size, Adjust Banner Position, and Remove Gift Certificate FAQ

Ah I see...

In your stylesheet it should be one of these two:

#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px;
}
or

#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
border: 1px solid #9a9a9a;
}

If you can please post a link I can help you a lot more - Im still a novice but I should be able to help with this, but the url if you have it online would help!

1 Jul 2009, 9:07 AM
#5
frontier2002 avatar

frontier2002

New Zenner

Join Date:
Jun 2009
Location:
USA
Posts:
44
Plugin Contributions:
0

Re: Change Size, Adjust Banner Position, and Remove Gift Certificate FAQ

Yes i think its the images/header_bg.jpg see this link http://cheap-activation.com look at the top there is a banner stripe accross the template. Disturbing my description. i want to remove that without deleting the file from header_bg.jpg file from the hosting site. how can i do it

2 Jul 2009, 5:18 PM
#6
frontier2002 avatar

frontier2002

New Zenner

Join Date:
Jun 2009
Location:
USA
Posts:
44
Plugin Contributions:
0

Re: Change Size, Adjust Banner Position, and Remove Gift Certificate FAQ

any help ?? how can i disable the banner header_bg.jp?

#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px;
}

Let me know what do i do with the code to make the banner dissappear

4 Jul 2009, 3:03 PM
#7
frontier2002 avatar

frontier2002

New Zenner

Join Date:
Jun 2009
Location:
USA
Posts:
44
Plugin Contributions:
0

Re: Change Size, Adjust Banner Position, and Remove Gift Certificate FAQ

frontier2002:

any help ?? how can i disable the banner header_bg.jp?

#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
height:75px;
}

Let me know what do i do with the code to make the banner dissappear

Ok problem solved i have figured out how to do it. Simply put "None" at the background image code. As follow

#logoWrapper{
background-image: NONE;
background-repeat: repeat-x;
background-color: #ffffff;
height:75px;
}