blog

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #111231

    manacomunicazione
    Participant

    on the blog page I would like to put the image centered on the text, now it is moved to the left

    http://www.winenway.com/blog/

    #111239

    Hello,

    You have a small image https://gyazo.com/d73ac6d757b73066df23a2af0424b4d0

    Try to upload a bigger one. If it does not help, navigate to Settings > Media and increase the thumbnail size.

    Best Regards

    #111294

    manacomunicazione
    Participant

    my problem is not the quality of the image .. but that the image is moved to the left

    #111509

    Hello,

    Your image is too small. By default image aligns to the left top. When an image is big enough it would in the center.

    Please add this code to the Theme Settings > Custom CSS > Global to put it in the center:

    body .blog-post-loop .entry-thumbnail {
        max-width: 300px;
        margin: 0 auto 20px;
    }

    Best Regards

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