Home › Forums › Gravida Support › Extra wide distorted image on top of post page
- This topic has 9 replies, 2 voices, and was last updated 4 years ago by
Forum Moderator.
-
AuthorPosts
-
September 11, 2019 at 11:16 am #130540
I have my post page in a sidebar widget on my home page (development site). When I click on an individual post in that sidebar, the post with image appears just fine, but the image also appears full width and distorted under my header. I could not find in customizer or CSS how to eliminate that full width additional image. Any suggestions or help would be appreciated!
indigoplantationpoa.pruntyfamily.com/indigo/September 11, 2019 at 11:25 am #130541Hi,
Your website is on under cunstruction mode. Therefore we are unable to check the issue.
Regards,
ChrisSeptember 11, 2019 at 11:40 am #130546Construction mode is off now.
September 11, 2019 at 11:56 am #130549Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.page_head, .post_head { background:#f4f4f4;} .page_head img, .post_head img { width:auto !important;}
Regards,
ChrisSeptember 11, 2019 at 12:09 pm #130551The duplicate top image (not stretched now) is still showing twice – once at the top of the post and then again with the post.
What can I do to remove that top duplicate post image?September 12, 2019 at 4:49 am #130577Hi,
Kindly use this one
.page_head, .post_head { display:none;}
Regards,
ChrisSeptember 12, 2019 at 11:06 am #130613Unfortunately, this did not work. Double image still showing including some large gray block between images. when I click on the post listing.
September 13, 2019 at 5:10 am #130636Hi,
Kindly use this CSS
.post_wrap.layer_wrapper .page_head, .post_head { display:none !important;}
Regards,
ChrisSeptember 13, 2019 at 10:29 am #130661Worked this time. Thanks.
September 16, 2019 at 5:02 am #130701🙂
-
AuthorPosts
- You must be logged in to reply to this topic.