• Please help me to adjust the padding for my post.

    I want to increase the padding of my post from the sidebar on the right side for better readability.

    My blog link http://moneyctl.com

    Thanks in advance.

    [mod: please do not start new topics for the same problem – your original topic is closed now]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Change these:

    (line 469)
    #content {
        background: none repeat scroll 0 0 #FFFFFF;
        float: left;
        padding-left: 15px;
        padding-right: 30px;
    }
    
    (line 469)
    .container_24 .grid_18 {
        width: 675px;
    }

    If you want the padding to be larger than that, you also need to reduce the width in the second CSS section — otherwise the sidebar falls to the bottom of the page because the whole width of the page no longer fits in the wrapper.

    Thread Starter Nandita B.

    (@nandita-b)

    Hi WPyogi,

    I changed as per your instructions but didn’t get the result.

    # The content width (article width or length of the text line) did not changed at all after giving the padding on the right side.

    ## My main aim was to reduce the width of the content (blog post) by padding on the right side of the post (content). So that due to shorter width of the article, visitors will find it easy to read.

    Can you please help me out.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help me to increase the Padding for my Post’ is closed to new replies.