• Resolved sugaboss

    (@sugaboss)


    Hi All

    I have a problem with the text area for my blog, the right margin is at the end right point of the page area and it looks bad.

    Check this page for example of the problem I mean

    Is there any way (CSS code) to set the appropriate right margin for the text area sitewide ?

    Oya …

    Previously I modify my blog to have narrower page area and with some helps it works perfectly.

    Check This thread

    Then I made the featured page/page/post area has different background … again with some helps it was solved

    Check this thread

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter sugaboss

    (@sugaboss)

    it seems that i need to wait for quite a while until getting any reply. ??

    You’ll have to move to Europe where we all live ??

    Try this:

    .entry-content span, blockquote {
      padding-right: 20px;
    }

    Thread Starter sugaboss

    (@sugaboss)

    Thank you for your reply sir,

    I applied the code but it doesn’t work …

    As you can see in my blog’s fornt page in the area below the featured pages …. there is no for left and right margin either.

    Btw: I currently live in Glasgow but i stay awake in the night ??

    Try this instead:

    @media (min-width: 768px){
        .entry-header, .entry-content {
            margin: 0 15px;
        }
    }

    Is that Glasgow-Indonesia? ??

    Thread Starter sugaboss

    (@sugaboss)

    d4z_c0nf … thank you very much your solution works flawlessly

    @ rdellconsulting, I am Indonesian and my site is for a charity organisation targeting Indonesia audience (so the server of the hosting is in Indonesian as well) but I currently live in Glasgow Scotland ??

    Thread Starter sugaboss

    (@sugaboss)

    I just go through all pages, and found that the solution doesn’t not apply in the post summary page area this area for example

    @media (min-width: 768px){
        .entry-header, .entry-content {
            margin: 0 15px;
        }
    }

    I add another selector (i.e. .entry-summary) in the code above and it solve the problem. Thanks again d4z_c0nf and rdellconsulting

    Well done.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to set margin for the page/post text area’ is closed to new replies.