Home › Forums › All Other Themes › SKT Education theme – mobile Image size is not correct.
- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by
Forum Moderator.
-
AuthorPosts
-
January 25, 2019 at 5:10 am #115577
Hi,
I have used the same sized images for each section. The desktop version is correct, however, the mobile version is not correct.
Below is the homepage on the mobile, the image size is the same, but shows different size on the mobile page.
This one is another page, the same thing happens.
Please feel free to check it on the iPhones and you will see what I mean 🙂
Thank you for your help!
Warm Regards,
XiaolingJanuary 25, 2019 at 10:22 am #115600Hi,
Kindly use this one.
@media screen and (max-width:768px) { .ourcoursesthumb { height:auto;} .ourcoursesthumb img { min-height:inherit; width:100%;} }
Regards,
DaveJanuary 25, 2019 at 7:21 pm #115630Thank you. The home page is good now. The inner page still has this problem (http://106.dbwebs.site/index.php/our-projects/).
Please help. Thank you.
Warm Regards,
XiaolingJanuary 29, 2019 at 12:01 pm #115743Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.page-template .wp-block-column:not(:last-child) { margin-right:0 !important;} .page-template .wp-block-column {flex-basis:100%;} .page-template .wp-block-image .aligncenter { width:100% !important;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.