pathardepavan
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [Attitude] How to Reduce the height of Slider ImagesHi,
I suggest create a child theme. Yes you can put the code in style.css .
Regards,
PavanForum: Themes and Templates
In reply to: [Attitude] How to Reduce the height of Slider ImagesHi,
In style.css i added
img {
max-width:100%;
height:300px;
vertical-align:top;
}Even though i have hardcoded 300px it looks perfectly fine on mobiles.You can add media queries if you want to reduce/increase the height of images based on screen resolution.
for img you can prefix with .figure if you need to.
Regards,
PavanForum: Themes and Templates
In reply to: [Attitude] How to Reduce the height of Slider ImagesYou can change the height of the slider/images in the code
Forum: Fixing WordPress
In reply to: problems with my new websiteHi Tovit,
mailing facility or mail function(linux)or sendmail in your hosting is available ?
Try testing it. If it is working there it must work in here.Regards,
PavanForum: Fixing WordPress
In reply to: User without email id field
Viewing 5 replies - 1 through 5 (of 5 total)