• Resolved cottonkites

    (@cottonkites)


    Hi there,

    I am very new to wordpress and am not able to make featured images smaller in individual portfolio pages even after i have resized to make them smaller (viewers have to scroll at least 3 times to view the entire image). I would like the images to show up on the pages the same size as how I resized them to be rather then having them blown up onto the entire screen, which does not make sense.

    For example:
    http://oldisgold.sg/resources/jillibee/

    Is someone able to provide me with the code to overwrite under CSS editor?

    Thanks a bunch!

Viewing 4 replies - 1 through 4 (of 4 total)
  • It appears that image is 800×800? What size do you want there?

    Thread Starter cottonkites

    (@cottonkites)

    I have tried resizing to 400 X 400 previously but the image will still fill up the entire space and become more pixelated.

    Hi. Try adding this to your CSS file:

    .container .portfolio_single .portfolio_container .column1,
    .container .portfolio_single .portfolio_container .column2 {
        width: 50%;
    }

    However I should warn you that the changes you make to your theme’s CSS file will vanish when you update the theme in the future. So instead of doing that you should add the styles using this plugin:

    https://wordpress.org/plugins/custom-styling/

    Thread Starter cottonkites

    (@cottonkites)

    Thank you guys, I have managed to fix it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured image too large on individual portfolio pages’ is closed to new replies.