Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #8835
    Mirko034
    Participant

    After each image added to the page or post appears strange lines to them.Upload images works fine in Twenty Eleven.
    This is an example: http://www.svetljubimaca.net/foto/
    How can I fix this?

    #8856
    Sakin
    Keymaster

    @Mirko034: There is image wrap issue as there it no content but just an image. So, can you add the following css in “Appearance => Theme Options => Custom CSS” box until we fix this in next version update.

    .site-content article {
        height: 1%;
        overflow: hidden;
    }
    #8858
    Sakin
    Keymaster

    Also the line in not a bug but added to separate to content. You you want to remove the line then you can add the following CSS in “Appearance => Theme Options => Custom CSS”

    .site-content article {
        border: none;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘After adding images to post lines appear’ is closed to new replies.