Thread: Sidebox changes

Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2009
    Posts
    3
    Plugin Contributions
    0

    Default Sidebox changes

    Ok heres my problem:-

    My bestsellers sidebox is not showing all the text and the text overlaps on the right hand side of the box i have looked everywhere for the answer and have tried editing the stylesheet but no luck, can someone please help?

    Link to my site to see my problem www.bitsandbobs-foryou.co.uk

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Sidebox changes

    Where did you get the template?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

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

    Default Re: Sidebox changes

    Find in your stylesheet:
    Code:
    #blank ul { /* remove bullets and list indents */
    	list-style: none;
    	margin: 0;
    	padding: 0;
    	width:100%;
    }
    #blank li{
    	padding-left:25px;
    	height:20px;
    	background-image:url(../images/right_link_bg.jpg);
    }
    Change to
    Code:
    #blank ul { /* remove bullets and list indents */
    	list-style: none;
    	margin: 0;
    	padding: 0;
    	width:95%;
    }
    #blank li{
    	padding-left:25px;
    	height:30px;
    	background-image:url(../images/right_link_bg.jpg);
    	background-position:left center;
    }

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

    Default Re: Sidebox changes

    To clean up your links sidebox, add to your stylesheet:
    Code:
    #blank select {
        width: 92% !important;
        margin-left: 0.5em;
        } 
    
    #blank a {
        margin-left: 0.5em;
        }

  5. #5
    Join Date
    Jan 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Sidebox changes

    Excellant that worked. Thanks alot.

  6. #6
    Join Date
    Jan 2009
    Posts
    3
    Plugin Contributions
    0

    Default Re: Sidebox changes

    Quote Originally Posted by Kim View Post
    Where did you get the template?

    I got my template from a website package ive got.

 

 

Similar Threads

  1. Sidebox/header changes
    By shackle in forum General Questions
    Replies: 0
    Last Post: 7 Aug 2007, 09:59 PM
  2. ebay sidebox layout changes
    By Graffxman in forum Basic Configuration
    Replies: 13
    Last Post: 16 Apr 2007, 12:37 AM
  3. sidebox cart changes
    By jgsc09028 in forum General Questions
    Replies: 2
    Last Post: 5 Feb 2007, 02:08 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