Page 9 of 47 FirstFirst ... 789101119 ... LastLast
Results 81 to 90 of 462
  1. #81
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Hi,

    Ill let you know about the fonts once I adjust them.

    About the spacing. When I edited it with the code you gave it all dissapeared, I mean the its like no code was ever entered.

    Yes I use IE with Medium font size compared to my other sites the font size here are much larger thats why I asked.

    Thanks
    Gavin

  2. #82
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Him

    No the spacing it correct i entered it wrong lol.

    Ok and the font looks much better now aswell. Thanks for the help.

    Gavin

  3. #83
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Hi,

    More questions.

    On the right sponsors and have you seen... are alligned left, how can I allign them to center?

    Thanks
    Gavin

  4. #84
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Simple Zen Template - available in download section

    Quote Originally Posted by cyptc View Post
    Hi,

    More questions.

    On the right sponsors and have you seen... are alligned left, how can I allign them to center?

    Thanks
    Gavin
    Add
    .rightBoxHeading

    to this long line of centered stuff:
    Code:
    .centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    
    	text-align: center;
    
    	}

  5. #85
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Thanks that worked like a charm.

    As I continue to work on the site some more things pop up and I cant stand to not ask as I couldnt find it by search.

    How do I cahnge the background color from grey to something else.

    Thanks again

    Gavin

  6. #86
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Also I would like to change the colors of the middle section. So for example the sides are blue and the middle yellow or something different. You know so the middle does not seem so attached to the sides.

  7. #87
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Simple Zen Template - available in download section

    Quote Originally Posted by cyptc View Post
    Thanks that worked like a charm.

    As I continue to work on the site some more things pop up and I cant stand to not ask as I couldnt find it by search.

    How do I cahnge the background color from grey to something else.

    Thanks again

    Gavin
    Quote Originally Posted by cyptc View Post
    Also I would like to change the colors of the middle section. So for example the sides are blue and the middle yellow or something different. You know so the middle does not seem so attached to the sides.
    Background color --- everything that you want to change as far as color is in the css file. Have you tried playing around with the css? For instance... if you look at the body tag in the css file, it has a background color (background:#999;). Try changing that. You never know.

    If you look at the page source, you can see that the sideboxes are controlled by:
    #navColumnOne (left side) and #navColumnTwo (right side)

    The center stuff is controlled by:
    .centerColumn

    Just add the background colors you want to those.

    What I do when I want to change css in a site, is to first look at the source, and find what section I'm wanting to change, then find that tag in the css.

  8. #88
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Hi,

    All your help has worked well. Its turning out great.


    I know I can be a pain sometimes with all these questions I'm sorry. I am trying to play around the css before I ask any questions but theres some I cant get in the code being a rookie at this and knowing only basic html. Im better with hardware since thats what I earn my living on

    I have a couple things.

    Being the only director of my company and having recently expanded from out of eBay sales hence I needed a website.

    1) It does not have that professional look, I am missing something. I love criticism, I believe the more I am criticized the better I can improve my faults. Please please look at me site an tell me what you think I can improve :) Other than my logo as all my business cards have that logo lol.

    2) If you look at my page www.street-market.co.uk youll see that the grey line in the header has a break in the middle; I cant fix it. I have looked at other sites using simple zen and the problem does not exist so the problem can not be from the way I am viewing it.

    HELP ME PLEASE!

  9. #89
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Simple Zen Template - available in download section

    Quote Originally Posted by cyptc View Post

    2) If you look at my page www.street-market.co.uk youll see that the grey line in the header has a break in the middle; I cant fix it. I have looked at other sites using simple zen and the problem does not exist so the problem can not be from the way I am viewing it.

    HELP ME PLEASE!
    Your logo is 90px tall... the original logo is 86px tall... either you need to resize your image to 86px tall, or in the css change:

    #tagline ul {
    height:86px;
    margin:0;
    width: 336px;
    background:#fff url(../images/topnav.gif) no-repeat right top;
    }

    to height:90px

    Do you realize you have an issue on your product pages as well? (I'm looking at the sony vaio laptop). The description is wider than it should be, and it's pushing the right sideboxes off the page. (At least in Safari and Firefox its doin that). Either you need to turn off the right sidebox altogether, or decrease the width of your center content. Right now the table containing the extra product information is set to 529px wide.

    You also need to change this section:
    #productDescription, .shippingEstimatorWrapper {
    padding: 0.5em;
    }
    to
    #productDescription, .shippingEstimatorWrapper {
    padding: 0.5em;
    clear:both;
    }

    That will move the product description table down where it needs to be.

    Can we continue this via PM? I think some of this is getting beyond the scope of this template thread. I'm happy to help, but would rather do it off the thread.

    Thanks!

  10. #90
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Hi,

    Sure sorry for filling up all the tread with non-template related issues. I would appreciate if you can send me a pm with further critisism.

    Thanks
    Gavin

 

 
Page 9 of 47 FirstFirst ... 789101119 ... LastLast

Similar Threads

  1. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg