Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Posts
    11
    Plugin Contributions
    0

    Default Sidebox Header Size and Sidebox border

    Hi everyone,

    Just got a few questions about my wesbite, i am trying to add my own graphics for the sidebox headers, i have got them up, but they are not displaying at thier proper size, their size is 165 x 35, but it is only showing the standard zen cart size of the pictures, anyone know where i can change it so it shows it all?

    Also, i have removed the grey background from behind the sideboxes, but now i am wanting to add a border around each sidebox, any advice on how to do this?

    I am using the cherry zen template and my site is www.bcomputing.co.uk

    Thanks

  2. #2
    Join Date
    Dec 2006
    Location
    Athens - Greece
    Posts
    71
    Plugin Contributions
    0

    Default Re: Sidebox Header Size and Sidebox border

    Hi!

    You must edit stylesheet.css (located in your includes/templates/YOUR_TEMPLATE/css folder)

    Search for .leftBoxHeading, .rightBoxHeading and change the height and width values..

    George

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox Header Size and Sidebox border

    That is correct. You need to use numbers for this; 100% won't push it any bigger. The size of the background image does not affect the element size.
    Code:
    h3.leftBoxHeading, h3.rightBoxHeading {
    
    
    	background: url("../images/sideboxbg.gif") no-repeat;
    	height: 100%;
    	width: 100%
    
    
    }
    Change height to px or em values (width shouldn't need to be specified.)

 

 

Similar Threads

  1. removing the header and border from an added sidebox
    By sesnut in forum Addon Sideboxes
    Replies: 5
    Last Post: 14 Mar 2010, 08:58 PM
  2. Border in Firefox & Sidebox border missing
    By helpme in forum Basic Configuration
    Replies: 3
    Last Post: 17 Oct 2007, 04:18 AM
  3. Gap between sidebox header and border, but only on one side.
    By kindred_kountry in forum Templates, Stylesheets, Page Layout
    Replies: 15
    Last Post: 10 Apr 2007, 03:36 PM
  4. Changing Sidebox Header Size
    By mopho in forum Basic Configuration
    Replies: 4
    Last Post: 3 Feb 2007, 07:46 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