- This topic has 15 replies, 3 voices, and was last updated 12 years, 8 months ago by Sakin. 
- 
		AuthorPosts
- 
		
			
				
January 10, 2013 at 3:18 am #2904Abbtt MemberHello, I have several pages – both blog articles and static pages – on my site and to make sure that my images are cleanly flush with the text I would like to find out what the width in pixels is of the columns that host my content. I am using both the two column with the copy on the left and no sidebar layouts throughout the site. Also, is there anyway to edit the width of the columns, either sidebar or content column? Thanks, Abbott January 10, 2013 at 11:32 am #2911Sakin Keymaster@Abbtt: The width of the content in 642px and the sidebar is 306px. Yes, if you know css then you can edit the width by adding css in “Custom CSS” box in Theme Options. January 10, 2013 at 11:32 pm #2919Abbtt MemberThanks so much for the quick reply, @sakin! I will keep that in mind! Abbott February 1, 2013 at 2:58 am #3555Abbtt MemberHi again, Would you be able to help steer me in the right direction for a CSS fix to making a custom max width for images? http://14thstreetoats.com/brett-mandel-candidate-for-city-controller/ – (example) We decided to go to a one column layout for posts, but really need to get our images to span as far across as the text (approx ~940px?), but the constraints for max image stay at 624px even with the one column option… Anyway you can help me with the fix? Thanks for any advice you can lend. Abbott February 1, 2013 at 9:42 am #3560Sakin Keymaster@Abbtt: Please be cause about your css changes. Then increase the width by following css: 
 #main #content img { max-width: 940px; }February 5, 2013 at 9:00 am #3683Abbtt MemberThanks for the help, Sakin! It looks much better now: http://14thstreetoats.com/brett-mandel-candidate-for-city-controller/ Abbott February 11, 2013 at 8:03 pm #3846venkat MemberHi @Sakin, In the @Abbott Site(http://14thstreetoats.com/brett-mandel-candidate-for-city-controller/) there was the empty space on the Left and Right side of the page content , That’s seems to not good, can we add links or images without leaving the page as empty. Please give the solution Thanks In Advance. —Venkat February 12, 2013 at 5:52 am #3865February 12, 2013 at 10:25 am #3871venkat Member@Abbtt- Can u please send me the custom css file code, so that i can make my site more beatiful February 12, 2013 at 1:57 pm #3874Sakin Keymaster@venkat: Can you send me your site URL? and also tell me that you want to fix the particular link you add here. Then I will send you the Custom CSS. February 12, 2013 at 2:10 pm #3877venkat Member@Sakin: I am not deployed my site into my domain, i just implementing in my local machine, but my site same like as “Abbtt‘s” Site((http://14thstreetoats.com/brett-mandel-candidate-for-city-controller), what exactly i want is that, page has filled with content in center aligned, i want to fill the empty space which is lift and right side of the page content (http://14thstreetoats.com/brett-mandel-candidate-for-city-controller) to be filled with some images or ads or links.Please give the solution. February 12, 2013 at 2:17 pm #3879Sakin Keymaster@venkat: Add the following css in “Custom CSS” box in your Theme Options panel 
 
 .single-post #content { margin: 0; width: 100%; }
 .single #main #content img { max-width: 960px; }
 February 12, 2013 at 3:49 pm #3887venkat Member@Sakin: My Site template structure as above, In that i specified empty space , in that space i want to add some images. So please help to overcome this problem February 12, 2013 at 3:54 pm #3888Sakin Keymaster@venkat: You can add image without any problem. Just add image and click on insert into post. See this http://en.support.wordpress.com/images/ February 12, 2013 at 5:21 pm #3891venkat MemberYes, I know @Sakin, But i can’t able place those images in the empty space as i specified in the template. Thanks for Your Reply February 12, 2013 at 8:04 pm #3894
- 
		AuthorPosts
- The topic ‘Dimensions of Columns’ is closed to new replies.
