Viewing 7 replies - 1 through 7 (of 7 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for achieving that:

    .commentcount {
        display: none;
    }

    Thank you.

    Thread Starter mqpdesigns

    (@mqpdesigns)

    Sam,

    That worked perfect! Thank you very much for your help!

    Do you know how I can make my page width wider?

    Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS for make your container full width:

    .wrapper {
        width: 1349px;
    }

    Hope that helps you, feel free to ask if there is any other problem.

    Thank you.

    Thread Starter mqpdesigns

    (@mqpdesigns)

    Sam,

    Here is the problem I”m running into if I set an image as a featured it is larger, but if I place into the page it’s smaller and now full width see the links below. Thanks

    Set as Featured image: https://blog.mqpdesigns.com/home/

    Set into the page: https://blog.mqpdesigns.com/test/

    Sam

    (@soumendra)

    Hello,

    Your theme may have any code that resize the image in post pages.
    You can look into the theme option for that.

    Thank you.

    Thread Starter mqpdesigns

    (@mqpdesigns)

    Unfortunately Stacker Lite doesn’t have a theme options, any other suggestions or do I just have to deal with it?

    Thread Starter mqpdesigns

    (@mqpdesigns)

    Sam,

    Do you know how I can get and image to fit to the width of my pages, it seems like it’s not going full width…any advice?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove Comment Count on Post / Thumbails’ is closed to new replies.