• Resolved ericabaxt

    (@ericabaxt)


    I’m using the theme Fluidity and all pics are being scaled to a width of 250px even when the width is smaller than 250px originally. I can’t find anywhere in the code to change this.

    Any ideas on how to stop this from happening?

    -here is a sample page where the pics are being scaled inappropriately.

    https://thymesquare.ca/wpAvon/?page_id=53

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your style.css contains this:

    .alignleft {
    float:left;
    width:50%;
    }

    the width value is doing this. remove width: 50%;

    Peter

    Thread Starter ericabaxt

    (@ericabaxt)

    thank you, thank you Peter… this worked beautifully!! Such an easy fix, that caused weeks of headaches! Glad I finally asked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘pictures are automatically scaling (larger than intended)’ is closed to new replies.