+ Reply to Thread
Results 1 to 6 of 6

Thread: My wordpress theme sidebar.Help

  1. Join Date
    Aug 2006
    Location
    Kuala Lumpur
    Posts
    124
    Rep Power
    46

    My wordpress theme sidebar.Help

    Hello!

    I have a blog Tebaboom Dot Org | Fahmishah’s Digital Playground.My problem is my theme is fine by using Firefox, Opera, and Safar but not with EI6/7.

    My second sidebar (the right one) is far to the right.I am using K2 theme.can anyone help me ..what should I do with my css.
    Try not to become a man of success, but rather try to become a man of value.

  2. Join Date
    Sep 2005
    Location
    in my body lar...
    Posts
    1,325
    Rep Power
    0
    pls post your sidebar, index and css code for us to have a look... just telling what your problem won't help us to help you....

  3. Join Date
    Aug 2006
    Location
    Kuala Lumpur
    Posts
    124
    Rep Power
    46
    My CSS

    Code:
    #page { /* Page width changed from 780px to 995px to accomodate the extra sidebar */
    	width: 990px !important;
    	}
    	
    #primary { /* Left and Right margins to the primary content */
    	margin: 0 20px 0 20px !important;
    	}
    	
    .secondary { /* CSS for the margins to the sidebar and the whole sidebar width */
    	margin: 0 0 20px 545px !important;
    	width: 454px !important;
    	margin-left: 0%;
        margin-right: -4%;
      
    	}
    		
    #searchform { /* Donno y the 20px margin to the search form doesnt work in 3 column k2, so changed to 0px */
    	margin-top: 0 !important;
    	}	
    	
    /* CSS added by me for my customizations for 3 column K2 */
    
    .lsidebar { /* CSS for left sidebar */
    	margin: 0 !important;
    	width: 224px !important;
    	float: left !important;
    	padding: 0 9px 0 9px !important;
    	border-left: 1px solid #eee;
    	border-right: 1px solid #eee;
    
    	}
    	
    .rsidebar { /* CSS for right sidebar */
    	margin: 0 !important; 
    	width: 185px !important;
    	float: right !important;
    	padding: 0 15px 0 10px !important;
    	
    	}	
    	
    li.bypostauthor { /* http://code.google.com/p/kaytwo/issues/detail?id=109&can=2&q=#c1 */
    	height: 100%;
    	}
    	
    	
    * html #page { width: 990px } /* IE hack */
    
    .feedlink img { /* CSS for feed image in the sidebar */
    	right: 5px;
    	}
    	
    .navigation {
    	padding: 10px 0 0 !important;
    	}
    Try not to become a man of success, but rather try to become a man of value.

  4. Join Date
    Jul 2006
    Location
    LittlePenang.com
    Posts
    1,776
    Rep Power
    81
    probably change the width of the .lsidebar and .rsidebar

    but i view with FF and IE6 was not much different...
    I blog IT Engineer LIFE at iCalvyn.com

    DreamNetwork If you don't mind Pirated

  5. Join Date
    Aug 2006
    Location
    Kuala Lumpur
    Posts
    124
    Rep Power
    46
    hmm..nevermind.i think i will change my wordpress theme
    Try not to become a man of success, but rather try to become a man of value.

  6. Join Date
    Jan 2005
    Location
    Malaysia
    Posts
    8
    Rep Power
    0
    after a float:left;

    try putting display:inline;

    IE6 may sometimes double the distance between the cells.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Urban Aurora Wordpress Theme :: Free WordPress Theme
    By moaid123 in forum Blogging Discussion
    Replies: 0
    Last Post: 16-12-2009, 03:30 AM
  2. Light-News-Blue Wordpress Theme :: Free WordPress Theme
    By moaid123 in forum Blogging Discussion
    Replies: 0
    Last Post: 14-12-2009, 01:20 AM
  3. Audi R8 Fever Wordpress Theme :: Free WordPress Theme
    By moaid123 in forum Blogging Discussion
    Replies: 0
    Last Post: 07-11-2009, 10:39 PM
  4. Replies: 1
    Last Post: 24-09-2009, 10:30 AM
  5. Replies: 0
    Last Post: 30-06-2009, 06:26 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

SEO by vBSEO 3.5.0 RC1 PL1

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77