Image size
- The topic ‘Image size’ is closed to new replies.
Need help? Check out our Support site, then
What is the size of the featured image? I cannot figure out how to frame the photographs so I’m not getting just people’s chins.
The blog I need help with is: (visible only to logged in users)
Hi!
Sincere apologies for the delay answering.
Can you please supply us with an URL to subpage where this is happening?
Hi Daniel. I put the question above on the back burner for now. But I have another question. How do I get rid of the “Comments are closed” wording at the bottom of each of my subpages:
Example seen at the bottom of this page: http://nursingdimensions.son.wisc.edu/2014/10/27/snapshot-of-school-of-nursings-2014-2015-incoming-class/
Thanks a lot.
Kathleen
Hi Kathleen!
This can be done with the “Custom Design” upgrade and some CSS code:
#comments .nocomments {
display: none;
}