• Resolved Briana Thomas

    (@briana-thomas)


    Hello,

    When I view my blog (https://www.briana-thomas.com/) on Internet Explorer on 100% zoom, my pictures display fine (I have the more recent ones set at around 650 pixels). However, when I increase the zoom on my computer, the pictures are huge and overflow into my sidebar. Is there any way I can fix this so that the pictures zoom at the same rate as everything else? Thank you!

    Briana

Viewing 1 replies (of 1 total)
  • Thread Starter Briana Thomas

    (@briana-thomas)

    I resolved the issue with the help of a friend. To my style.css file I added the text in bold:

    /* Content */

    .content {
    float: right;
    width: 680px;
    }

    .content img {
    max-width: 680px;
    }

    .content-sidebar .content,
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content {
    float: left;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Images overflowing into sidebar’ is closed to new replies.