Tagged: , ,

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #2904
    Abbtt
    Member

    Hello,

    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

    #2911
    Sakin
    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.

    #2919
    Abbtt
    Member

    Thanks so much for the quick reply, @sakin! I will keep that in mind!

    Abbott

    #3555
    Abbtt
    Member

    Hi 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

    #3560
    Sakin
    Keymaster

    @Abbtt: Please be cause about your css changes. Then increase the width by following css:
    #main #content img { max-width: 940px; }

    #3683
    Abbtt
    Member

    Thanks for the help, Sakin! It looks much better now: http://14thstreetoats.com/brett-mandel-candidate-for-city-controller/

     

    Abbott

    #3846
    venkat
    Member

    Hi @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

     

    #3865
    Abbtt
    Member

    @venkat – I have custom css in place for that. That display is intentional.

    Thanks

    #3871
    venkat
    Member

    @Abbtt- Can u please send me the custom css file code, so that i can make my site more beatiful

    #3874
    Sakin
    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.

    #3877
    venkat
    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.

    #3879
    Sakin
    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; }

    #3887
    venkat
    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

    #3888
    Sakin
    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/

    #3891
    venkat
    Member

    Yes, 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

     

     

    #3894
    Sakin
    Keymaster

    @venkat: Which empty space your are talking about. If you are talking about adding in the Sidebar then you need to add though widget and if you are thinking about adding it in pages and posts then you need to add through content editor.

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Dimensions of Columns’ is closed to new replies.