Zen Cart Logo
Forums / General Questions / Final formatting tweaks - need help

Final formatting tweaks - need help

Views: 558

Results 1 to 3 of 3
12 Nov 2012, 8:48 PM
#1
tewksburycompany avatar

tewksburycompany

New Zenner

Join Date:
Mar 2008
Posts:
1
Plugin Contributions:
0

Final formatting tweaks - need help

We were hacked a year ago and have been offline ever since! (That's how horrible I am at this - I really was trying to do this in-house, but we are a small retailer - not css/web savvy enough to figure out the last few tweaks!)

I am willing to pay someone to help me finally get my last few tweaks finished so our site can go back up. Most importantly, I cant get a background image to show in the mainWrapper area behind the dropdown menu and items we want to sell. I did pay someone I found on this site for her dropdown menu, but I cannot get any response back on a question about the template formatting that may be interferring with my image...??! It may not be a problem with the template. I am at a total loss!

Trying to have this body image show in the main area where items will show for sale: http://www.tewksburycompany.com/newsite/includes/templates/apple_zen/images/WebMain1.jpg

I can probably figure out the rest of the design problems (like the main area floating and being out of alignment with the rest of the page graphics).

If someone could give me a price on fixing VERY FEW items, I will gladly pay to be done with this! I am overstressed and have to find someone to help get this off my to-do list! :(

Many thanks for any help you can offer!!!

Karyn
http://www.tewksburycompany.com/newsite/

12 Nov 2012, 9:55 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,089
Plugin Contributions:
56

Re: Final formatting tweaks - need help

Your logo can get centered by editing your stylesheet.css file:

#headerWrappera {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/WebBkgd.jpg");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 19em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
    width: 1167px; /* was 100% */
}
12 Nov 2012, 10:56 PM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Final formatting tweaks - need help

You have several stylesheets conflicting with each other
i.e. stylesheet-111212.css

Rename these to NOT have a css extention as all .css files are loaded in order