Page 8 of 47 FirstFirst ... 67891018 ... LastLast
Results 71 to 80 of 462
  1. #71
    Join Date
    Oct 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Hi

    thanks for the help. I am having problem with the overwrite. Seems that my modications to the stylesheet has no effect at all. I am lost!

    mithgar

  2. #72
    Join Date
    Dec 2004
    Posts
    52
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Quote Originally Posted by jettrue View Post
    Try this:
    .sideBoxContent {
    border-bottom: 2px;
    }
    Well unfortunately that didn't do anything. Does it matter where in the CSS file that I put the code?

  3. #73
    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 mithgar View Post
    Hi

    thanks for the help. I am having problem with the overwrite. Seems that my modications to the stylesheet has no effect at all. I am lost!

    mithgar
    Double check and make sure you have it in the right folder. It should be in includes/templates/simple_zen/css/

  4. #74
    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 misticjeff View Post
    Well unfortunately that didn't do anything. Does it matter where in the CSS file that I put the code?
    Oops, sorry, forgot to add the style and color. This will work:

    .sideBoxContent {
    border-bottom: 2px solid #333;
    }

  5. #75
    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 mithgar View Post
    Hi

    thanks for the help. I am having problem with the overwrite. Seems that my modications to the stylesheet has no effect at all. I am lost!

    mithgar
    Sorry I posted so quickly. Yours would be like this:

    .sideBoxContent {
    border-bottom: 2px solid #333;
    }

    and

    #navCatTabsWrapper {
    border: 2px solid #333;
    }

  6. #76
    Join Date
    Oct 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Hi,

    thanks again! It works now.

    By the way, how do I increase the width of my main page?

  7. #77
    Join Date
    Dec 2004
    Posts
    52
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Quote Originally Posted by jettrue View Post
    Oops, sorry, forgot to add the style and color. This will work:

    .sideBoxContent {
    border-bottom: 2px solid #333;
    }
    That worked...! thanks a bunch

  8. #78
    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 mithgar View Post
    Hi,

    thanks again! It works now.

    By the way, how do I increase the width of my main page?
    Look in the stylesheet file, under the body, it has:
    width:750px;

    You can actually just delete that one.

    Then find the mainWrapper section, and find the other
    width:750px;

    and adjust to the width you would like it to be.

    Then you'll need to adjust the width under logoWrapper as well.

  9. #79
    Join Date
    Sep 2006
    Posts
    122
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Hi.

    Thanks for the fixes.

    One small problem though.

    About the line inserting that you have done the

    .sideBoxContent {
    border-bottom: 1px solid #999999;
    }

    I changed it to look better color wise.

    BUT

    It is sticking to the side boxes - you can see here www.street-market.co.uk
    any chance you can add a space before the line is inserted.

    Right now you have added the line.

    Can you make that space then line?

    Hope I was clear enough :))


    Also Can I make the fonts smaller on the mainpage? The fonts are huge for both titles and its content.

    Thanks for all the help.

    Gavin

  10. #80
    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
    Can you make that space then line?

    Hope I was clear enough :))


    Also Can I make the fonts smaller on the mainpage? The fonts are huge for both titles and its content.

    Thanks for all the help.

    Gavin
    For the space, try this:
    .sideBoxContent {
    border-bottom: 1px solid #999999;
    padding-bottom:5px;
    }

    The fonts aren't huge for me... however, they are set in percentages and em's, so that people who tell their browser to show larger fonts actually see larger fonts. Are you by chance using Internet explorer, and have your font size set to "Larger" or "Largest"? But if you want to change the font size, you can do that in the css file. Inside the body tag you'll see: font-size: 78.5%; you can make that smaller. The heading sizes are controlled by the h3 tag (font-size: 1.3em) you can change that to 1.2 or 1.1em, and the Welcome guest! section is controlled by the h2 tag (font-size:1.4em). Perhaps adjust the body down to 72.5%, and change the h3 to 1.2em and the h2 to 1.3em.

 

 
Page 8 of 47 FirstFirst ... 67891018 ... 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