How To… Remove the White Space from the Left of a Post or Page

How To

One question that gets frequently asked on the Suffusion Support Forum is:

I am seeing this empty space to the left of my posts. I have tried everything, but I cannot get rid of it.

This is really easy to solve and takes just about a minute. This “problem” occurs if both the following happen:

  1. You are using the Minima Skin.
  2. You are not displaying any byline (meta) information.

To fix it:

  1. Go to Other Graphical Elements → Post and Page Bylines → Posts (Default/Standard post format) → Position of meta information (including date).
  2. Set it to display in the corners above/below the content.
  3. If you want to set this for other post formats or pages, apply the same setting for them as well.

~Fin~

7 Responses to “How To… Remove the White Space from the Left of a Post or Page”

  1. How can I get rid of the meta widget from the suffision theme? I tried the functions.psp and commented out the codes as described below. But it didn’t work.

    function suffusion_add_page_fields() {
        if (current_user_can('edit_theme_options')) {
            add_meta_box('suffusion-page-box', 'Additional Options for Suffusion', 'suffusion_page_extras', 'page', 'normal', ‘high');
            add_meta_box('suffusion-post-box', 'Additional Options for Suffusion', 'suffusion_post_extras', 'post', 'normal', 'high');
        }
    }

    Comment out the two lines that say add_meta_box, by adding // before them.

    What else can be done to remove the meta and links in it?

  2. While adding new blog post to the suffusion theme, i see the format on the right hand side. There are options such as standard, gallery, video, etc. What’s the best way to utilize them? For example, if I am adding a video to my blog, do I have to mark the video on the format section? How does it work and where can I get some info on these? Thank you.

    • They are called Post Formats. WordPress introduced them in version 3.1 and they are meant for specific formatting of certain posts. Suffusion defines special handling for some of these, such as Gallery, Audio, Chat and Status. If you were to assign the post format “gallery” to something, when you look at the post as a part of other posts you will see one large image and a configurable number of thumbnails. When you open the post you will see the entire contents.

  3. Hi,
    I would like to change “add comments” and “no response” notes to my own language in the blog pages. How can I do that?
    thank you so very much

  4. how do i manually insert fb like and Google+ on post byline? where EXACTLY should i insert those, what file in the suffusion theme? ty