Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Location
    USA
    Posts
    221
    Plugin Contributions
    0

    Default ?'s what do i modify in the stylesheet to...

    1. what do i modify in the stylesheet to make the text which makes up the sideboxes title bar go up a little? Take a look at the site to see what im talking about, if necessary. The text should be centered on the image, but it is way at the bottom, into the area occupied by the categories.

    1.a) how do i get rid of that text altogether, i am considering using images with the name of the box painted on, will i have to add stuff to the code to do that?

    2. What can I do to put a few pixels of padding between the sideboxes?

    3. This is fun!
    Grasshopper, GOT BOOK? - I don't, and I am constantly in here begging for help and Donating to Zen Cart in feeble attempts to bribe the developers for help. Get your copy today and avoid my fate!

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: ?'s what do i modify in the stylesheet to...

    Adjust the padding entry in this in your stylesheet - 0 should work
    Code:
    .leftBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-image:url(../images/box000.gif);
    	background-repeat: no-repeat;
    	padding: 20px;
    	}
    1.a) how do i get rid of that text altogether, i am considering using images with the name of the box painted on, will i have to add stuff to the code to do that?
    There is a tag for each header/sidebox and you can apply images there and remove the default in the english.php from - 'Whatever' to just the single quotes
    ' '
    2. What can I do to put a few pixels of padding between the sideboxes?
    Can add margin-bottom or top or both to the css for .leftBoxContainer, .rightBoxContainer tags
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2007
    Location
    USA
    Posts
    221
    Plugin Contributions
    0

    Default Re: ?'s what do i modify in the stylesheet to...

    Awesome, thanks Kobra! I had to set it at 5px to get it just so, otherwise too much of the sidebox headers were hidden. Thanks again, my highly venemous friend!!
    Grasshopper, GOT BOOK? - I don't, and I am constantly in here begging for help and Donating to Zen Cart in feeble attempts to bribe the developers for help. Get your copy today and avoid my fate!

 

 

Similar Threads

  1. Moving css from top of a page to a new stylesheet what's the zen way to link?
    By icecold in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Jun 2012, 07:55 PM
  2. Some tips to modify stylesheet
    By battra in forum Templates, Stylesheets, Page Layout
    Replies: 43
    Last Post: 20 Mar 2010, 05:32 AM
  3. nothing changes when stylesheet.css modify and saved
    By odanenico in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 16 Jan 2009, 02:52 PM
  4. Stylesheet class...quick list for what's what on the page
    By AllofUs in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Aug 2008, 04:49 PM
  5. What should be the name of the stylesheet so that it appears only for HOME PAGE
    By surabisantosh in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Nov 2007, 08:59 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