Sam
(@soumendra)
Hello,
You can try this in your Custom CSS for achieving that:
.commentcount {
display: none;
}
Thank you.
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.
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: http://blog.mqpdesigns.com/home/
Set into the page: http://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.
Unfortunately Stacker Lite doesn’t have a theme options, any other suggestions or do I just have to deal with it?
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?