danechelon
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kyma] Home Page Blog ImagesI will mark this as resolved myself….
I added height: auto; to the Css below in the Style.css and it has fixed the images throughout the home page and other pages when being viewed on other devices.
img, object, embed {
max-width: 100%;
vertical-align: top;
height: auto;
}Thanks,
Forum: Themes and Templates
In reply to: [Kyma] Home Page Blog ImagesThank you for your reply.
A responsive image should be like the slider banner – the width adjusts and so does the height. Is it not possible for the height to adjust on these blog images as well to keep the image looking like it should?
Forum: Themes and Templates
In reply to: [Kyma] Home Page Blog Imageshttp://echeloncreations.com/image.png
This is a squashed version that I am currently seeing on the home page on my iPhone.
Forum: Themes and Templates
In reply to: [Kyma] Inline CSS ColorsPerfect, Thank you for your help.
Forum: Themes and Templates
In reply to: [Kyma] Inline CSS ColorsForum: Themes and Templates
In reply to: [Kyma] Inline CSS ColorsHello,
Thank you for your reply.
I have tried this in both the Custom Css Editor in Customizer General Section and also tried it in the Style.css in the Editor, but neither are making it work. The white background is still there.
Dan.