This topic has 5 replies, 2 voices, and was last updated 10 years by mrmayk.

  • Author
  • #18638
     mrmayk
    Participant

    Hi Again,

    When i post a new article theme is automatically increasing my image size. For instance this image is not as big as seen on this post. How can i protect the original sizes in my posts?

    http://www.helpdesktr.com/get-rid-of-whole-printer-drivers-0x00000057-error/

    Thanks

    #18639
     mrmayk
    Participant

    Solved with your advice to another guy 🙂 When i encounter a problem i’m solving myself for now.

    COPY CODE
    img.attachment-kleo-full-width {
        width: auto;
    }
    #18640
     mrmayk
    Participant

    But couldn’t find a way to align post images to the center? As you can see on my post printer image left sided. Which code should i apply and where?

    Thanks

    #18863
     mrmayk
    Participant

    Any idea to align post images to center?

    #18943
     Abe
    Keymaster

    Hi, This should be the complete CSS to also center the image:

    COPY CODE
    
    img.attachment-kleo-full-width {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: auto;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #19051
     mrmayk
    Participant

    Thank you Abe,

    You solved my problem.

    You can close the thread.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Images are bigger when i post a new article’ is closed to new replies.

Log in with your credentials

Forgot your details?