Page 7 of 47 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 462
  1. #61
    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 shopyoungway
    well this is actually one for you i have tried to figure this out now for a day and a half but can't find what needs to be done. I am trying to carry the border around the my account area ( the light border around the whole thing and it sits between the title) i want to set that onto the categories menu but i can not get it at all. would apreciate any help.

    Thanks
    I'm not really visualizing what you mean, sorry! Are you saying you want the border around the my account section, and have it ######## up against the categories menu?

  2. #62
    Join Date
    Jul 2005
    Posts
    57
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    take a look at my site. www.shopyoungway.com (long off from being finished) the categories menu has better categories built into it. but no outline border it just does not fit right i want to put like a border around the categories menu and the categories header. the prob i run into is i can get it around the menu itself but the header gets on border. i was looking at the my account sign up page and it has a light grey border that wraps around the whole signup sheet and kinda envelopes the hearder for it. this is what i am trying to get it would fit perfect but every piece of css i play with just does not fit

  3. #63
    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 shopyoungway
    take a look at my site. www.shopyoungway.com (long off from being finished) the categories menu has better categories built into it. but no outline border it just does not fit right i want to put like a border around the categories menu and the categories header. the prob i run into is i can get it around the menu itself but the header gets on border. i was looking at the my account sign up page and it has a light grey border that wraps around the whole signup sheet and kinda envelopes the hearder for it. this is what i am trying to get it would fit perfect but every piece of css i play with just does not fit
    Did you try #navColumnOneWrapper or #navColumnOne or .leftBoxContainer? All three with a border should both enclose the categories menu, along with the categories header.

  4. #64
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Hello, thanks very much for the mod. Just want to report back the IE problem is still not fixed in IE 7.0, it is fixed in IE6.0 and prior.

    Thanks!

    Isaac.

  5. #65
    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 BlessIsaacola
    Hello, thanks very much for the mod. Just want to report back the IE problem is still not fixed in IE 7.0, it is fixed in IE6.0 and prior.

    Thanks!

    Isaac.
    Thanks for letting me know that Isaac. Here is the fix.

    Open up includes/templates/simple_zen/css/stylesheet_new.css.

    Find
    Code:
    * html #tagline li {
      	margin-left:-165px;
      	}
      
    * html #tagline a {
      	height:67px; 
      	he\ight:0;
      	}
    and get rid of it altogether. It was a bad IE hack that didn't address the real issue. (sorry)

    Then find
    Code:
    #tagline ul {
      	height:86px; 
      	margin:0;
      	width: 336px;
      	text-align:center;
    	background:#fff url(../images/topnav.gif) no-repeat right top;
      	}
    and remove text-align:center; from that chunk. Voila! The real fix for this problem. I'll update the download in a bit.

  6. #66
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Simple Zen Template - available in download section

    Thanks for the fix. The template now works in all versions of IE and FF I tested.

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

    Default Re: Simple Zen Template - available in download section

    Hi,

    I'm wondering if someone can assist me...

    I would like to have seperators between sideboxes on my site. I'm using the Simple_Zen theme.

    I'd like either a 1 or 2px line or an image.

    How and where in the CSS would I do this? I use both left and right sideboxes.

    Thanks

    Jeff

  8. #68
    Join Date
    Oct 2006
    Posts
    3
    Plugin Contributions
    0

    Re: Simple Zen Template - available in download section

    Could someone help me out?

    1. How do I insert a separator between the side boxes?

    2. How do I insert border for my navigation bar?

    I welcome feedback and help in anyways to improve my site. Thanks!

    Check my site.

    http://www.graceboutiqueshop.com/

  9. #69
    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
    Hi,

    I'm wondering if someone can assist me...

    I would like to have seperators between sideboxes on my site. I'm using the Simple_Zen theme.

    I'd like either a 1 or 2px line or an image.

    How and where in the CSS would I do this? I use both left and right sideboxes.

    Thanks

    Jeff
    Try this:
    .sideBoxContent {
    border-bottom: 2px;
    }

  10. #70
    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
    Could someone help me out?

    1. How do I insert a separator between the side boxes?

    2. How do I insert border for my navigation bar?

    I welcome feedback and help in anyways to improve my site. Thanks!

    Check my site.

    http://www.graceboutiqueshop.com/


    For the sidebox separator:
    Try this:
    .sideBoxContent {
    border-bottom: 2px;
    }

    for the navigation bar:
    #navCatTabsWrapper {
    border: 2px ;
    }

    One thing I would suggest is saving your logo as a .gif; it will be more crisp that way since it is only a two color image. It is a tad blurry as it is now.

    Also, I'd add more colors to your site, vs. the grey and red. I included a purple header image, if you'd like to use that instead, open up includes/templates/simple_zen/css/stylesheet_new.css and change:

    #navMainWrapper {
    background: url(../images/gradient.gif) repeat-x;
    margin-bottom:5px;
    border-bottom:1px solid #333;
    }

    to:
    #navMainWrapper {
    background: url(../images/gradient_purple.gif) repeat-x;
    margin-bottom:5px;
    border-bottom:1px solid #333;
    }

 

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