• I’m having an issue with fluid layout on thesis. The two sidebars aren’t where they’re supposed to be. I edited the layout css so it looks like this:

    #container { width: 90%; margin: 0 auto; }
    	#page { padding: 0.0em; }
    		.no_sidebars { background: none !important; }
    
    			#content { width: 50%; margin-right: 5%; float: left; }
    			.no_sidebars #content { width: 100%; }
    				.post_box, .teasers_box, .full_width #content_box .page { margin: 0 2.2em 0 1.1em; }
    					.full_width #content_box .page { width: auto; }
    				.no_sidebars .post_box { margin: 0 1.1em; }
    				.teasers_box { width: 60em; }
    					.teaser { width: 28.9em; }
    				#archive_intro, .prev_next { padding-right: 2.2em; padding-left: 1.1em; }
    			#sidebars { width: 45%; border: 0; float: left; }
    				#sidebar_1 { width: 20%m; margin-right: 5%; float: left;}
    				#sidebar_2 { width: 20%m; float: right; }
    					.sidebar ul.sidebar_list { padding-right: 0em; padding-left: 0.0em; }
    					#sidebar_2 ul.sidebar_list { padding-right: 1.0em; }

    the site is F5Accounting. Also the widgets on the bottom in the footer are way off and to the right. They should be lined up with and image to the right and text on the left. Any help would be greatly appreciated as I’ve been trying to figure this out for hours to no avail.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Fluid Layout Thesis HELP!!’ is closed to new replies.