Results 1 to 4 of 4
  1. #1
    Join Date
    May 2008
    Posts
    87
    Plugin Contributions
    0

    Default Adjust sidebox title height

    Hi there,
    I was looking to adjust the height of the sidebox title height so the background image which I created of height 30Px is clearly visible. now it is being cut off. Please advice
    Thanks
    AVF
    Attached Images Attached Images  

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

    Default Re: Adjust sidebox title height

    Where is your site?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: Adjust sidebox title height

    If the image is GENERIC (applicable to all sidebox headers), then you can apply a declaration to the div CLASS.
    Code:
    .leftBoxHeading {height: 30px;}

    If you want to apply it to specific sidebox headings, then you'll need to use each sidebox's SPECIFIC div ID...

    Code:
    #categoriesHeading  {height: 30px;}
    Using the latter will allow you to style each sidebox header differently, as I am doing HERE in this demo site.

    You are more than welcome to inspect my styelsheet.css for this site, to see how I have styled the sidebox headers.

    -------------------------------------------------------------------------
    20 years a Zencart User

  4. #4
    Join Date
    May 2008
    Posts
    87
    Plugin Contributions
    0

    Default Re: Adjust sidebox title height

    Quote Originally Posted by schoolboy View Post
    If the image is GENERIC (applicable to all sidebox headers), then you can apply a declaration to the div CLASS.
    Code:
    .leftBoxHeading {height: 30px;}

    If you want to apply it to specific sidebox headings, then you'll need to use each sidebox's SPECIFIC div ID...

    Code:
    #categoriesHeading  {height: 30px;}
    Using the latter will allow you to style each sidebox header differently, as I am doing HERE in this demo site.

    You are more than welcome to inspect my styelsheet.css for this site, to see how I have styled the sidebox headers.

    -------------------------------------------------------------------------
    great that worked like a charm !
    Thank you so much for the prompt help and response

 

 

Similar Threads

  1. v150 Product Listing Row height how to adjust?
    By oj226 in forum General Questions
    Replies: 2
    Last Post: 5 May 2012, 12:29 AM
  2. how do I adjust the mainwrapper height?
    By hangman21 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 18 Jul 2010, 10:58 PM
  3. Howto adjust Header Height?
    By musicfreer in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 22 Jul 2008, 08:24 PM
  4. Adjust Header Height
    By NancyOK in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 3 Apr 2007, 06:20 AM

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