madhavadasa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text/Fonts & Colors In Editor Different From Preview & Saved VersionIt happens on this page:
https://www.geminithermohvac.com/portable-air-conditioner-facts
Forum: Fixing WordPress
In reply to: How to adjust image height ?.
Forum: Fixing WordPress
In reply to: How to adjust image height ?This worked, Thanks !
Forum: Fixing WordPress
In reply to: How to adjust image height ?Yes, I did give my website https://www.geminithermohvac.com
It’s the image in the footer, it shows on all pages.
ThanksForum: Fixing WordPress
In reply to: How to adjust image height ?Forum: Fixing WordPress
In reply to: How to Center Images on Mobile ?Thanks. This works for the bottom image (image-382) since it’s only 350 px, it now displays nicely on mobile without being cropped.
However the top image, the one I originally mentioned which is 1075px, the whole image now displays without getting cropped, but it looks smushed – the height is too high & not relative to the width. How to display with consistent height to width ?
Forum: Fixing WordPress
In reply to: How to Center Images on Mobile ?also in the footer widget I have a 1075 wide image that’s center aligned, but on mobile it only shows the left quarter of the image. How to center it so at least it shows the center portion ?
https://www.geminithermohvac.com/residential-hvac-technician/
Forum: Fixing WordPress
In reply to: How to Center Images on Mobile ?I thank both TheRightSolutions and wbcomdesigns for your replies.
TheRightSolutions – I’m not sure how your suggestion addresses my issue of trying to center images on mobile while keeping them left aligned on desktop, but thanks for taking the time to reply.
wbcomdesigns – Thanks alot, this worked like magic ! Added the code, cleared the page cache and walaa, site looks great on mobile now. I checked all my pages on 2 sized phones and a tablet and all pages look great now. Thanks alot, it’s a great help.
Forum: Fixing WordPress
In reply to: How to Center Images on Mobile ?And I have tried a few different codes but none have worked: I already tried these:
@media screen and (max-width: 768px) {
.img-container {
text-align: center;
}
}/* center images on mobile screens */
@media screen and (max-width: 719px) {
.entry img {
float: none;
display: block;
margin: 0 auto;
}
}@media only screen and (max-width:480px){
.entry-content p {
margin: 0 auto;
width: 180px
}
}@media screen and (max-width:620px) {
.alignright {
float: none;
width: 100%;
margin-left: 0;
}
}Forum: Plugins
In reply to: [Contact Form 7] Big Space Above Form In Chromewell I decided to use a fixed widget plugin for now, so for now it’s ok with the space.
Forum: Plugins
In reply to: [Contact Form 7] Big Space Above Form In ChromeIn the screenshot I had tried putting the contact form below the map, but it still has a large space above it whether I put it below the map or the image.
Forum: Plugins
In reply to: [Contact Form 7] Big Space Above Form In ChromeForum: Plugins
In reply to: [Contact Form 7 Style] Update Contact From 7 Style caused form to move downI’m noticing now that this is only happening in Chrome (not IE or firefox)