• Hey everyone,
    Just wondering if you could help me with something.
    I’m having difficulty adjusting the size of these images on my page.

    https://flashpointmp.com/

    image

    I’ve tried editing in the CSS styles but I don’t really know what I’m doing.
    I’d like to make the images smaller, anyone got any tips for me?

    Thanks legends

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I cannot access your website. Is it still offline?

    Thread Starter danwedd

    (@danwedd)

    Sorry @awanrmb it was offline but it’s back again.

    I’d love it if you could help.

    Ca this change be made with custom css?

    Okay, please try these CSS code below:

    .widget_image .aligncenter {
        text-align: center;
    }
    .widget_image img {
        width: 70%;
    }

    You can put the code in: Cusotmize > Additional CSS.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change image size’ is closed to new replies.