No padding possible in main column

  • Author
    Posts
  • #51800

    I have tried all sorts of html to no avail, even a custom css plug-in, and the content of the post is right up flush with the left margin, cramped, painful. Is there a way to put some space between the left margin and the text and pics? I am using a boxed format, but the padding setting in the dashboard does nothing. Neither do any of the old-school methods:
    <p style=”padding-left:25px;”>

    style=”text-indent:23px;”>

    <div style=”margin-left:34px;text-indent:-34px;”>

    p.custom-indent {
    text-indent:60px;
    }

    Here is what I am talking about:
    Post with text and pic content being sucked out of the left airlock

    Website: www.awakeatmidnight.com

    #51874
    Zed
    Cryout Creations mastermind

    Try this custom CSS:
    #content > * { padding: 0 1em; }

    The theme options related to spacing/padding apply to the main containers, not individual elements in the content.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘No padding possible in main column’ is closed to new replies.