• Resolved AndrewL32

    (@andrewl32)


    Hey there,

    Can I know how to place the posts generated by the “MH Custom Posts” widget next to each other rather than taking a separate row for each post?

    Right now, they are placed as a list one post below another.

    Also, I want to change the thumbnail size of the posts and tried editing this line–> add_image_size(‘cp-thumb-small’, xxx, xx, true);

    but the image size are not changed to new dimensions even after regenerating the thumbnails. Should I change the dimensions somewhere else too or?

    Regards,
    Andrew

    —-

    Link to site: https://goo.gl/jaTGlA

Viewing 1 replies (of 1 total)
  • Hi Andrew,

    thanks for using MH Newsdesk lite.

    Can I know how to place the posts generated by the “MH Custom Posts” widget next to each other rather than taking a separate row for each post?

    The posts within the MH Custom Posts widget aren’t supposed to display like that. You probably are referring to what you can see in this demo. What you see there is the MH Posts Grid widget which is included in the premium version of MH Newsdesk.

    Also, I want to change the thumbnail size of the posts and tried editing this line…

    It seems you’ve slightly increased the image size, but then you also would need to modify the CSS a bit:

    .cp-thumb-small { max-width: 150px; }

    When it comes to CSS customizations, you can always use tools like Firebug or your browsers inspection tool to inspect the elements on your site, check how the CSS has been applied and then add your own custom CSS code as you like.

Viewing 1 replies (of 1 total)
  • The topic ‘MH Custom Posts alignment and thumb size’ is closed to new replies.