• Resolved arm5and

    (@arm5and)


    Hi everyone,
    since yesterday I’m experiencing something on my blog. All of the posts show the photos in a row without space between. It was ok before and I don’t remember I have done anything but putting new posts as always. Is anyone else having this issue? The domain is rositaplusarmand.com and I will appreciate if someone can give me some help with this.

    Regards,
    Armand

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi, Armand.

    Add this code to your css:

    img.post-content section-inner thin  {
    					padding-bottom: 20px;
    
    }

    Regards.

    Thread Starter arm5and

    (@arm5and)

    thanks wdtune,
    I will try that but actually it was ok without adding that text and I haven’t change or delete anything on css before.

    Thread Starter arm5and

    (@arm5and)

    @wdtune iI’ve added the code but still no difference 🙁

    Ok, Armand.

    Then try to add this code

    .post-content .aligncenter img, .post-content img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px !important;
    }

    Hope this time will work.

    Thread Starter arm5and

    (@arm5and)

    thanks o lot wdtune, it worked finally. Ended up with 6px, it is fine now.

    Kind regards

    Great, Armand.

    Lovely pictures, by the way…

    Keep up your good work.

    Thread Starter arm5and

    (@arm5and)

    Thanks for feedback wdtune, much appreciated 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘photos without space’ is closed to new replies.