Home › Forums › SKT Black/White Theme Support › Section displays incorrectly on mobile
- This topic has 5 replies, 2 voices, and was last updated 6 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
October 4, 2017 at 6:12 pm #84770
Hi,
You helped me make some changes today ref post https://www.sktthemes.org/forums/topic/sections-homepage-slider-format/#post-84769
The changes have broken the mobile phone display for the boxes in section 1, please can you help fix this?
Many thanks for your help.
Ruth
October 5, 2017 at 5:05 am #84794Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { #services-box { width:100% !important;} }
Regards,
ChrisOctober 5, 2017 at 11:07 am #84824Many thanks for your help Chris; it has worked but the read more buttons are overlapping the text (on mobile view only) can you help resolve please?
Many thanks
Ruth
October 5, 2017 at 11:36 am #84825Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) { #services-box .read-more { bottom: 0 !important; left: 24% !important; position: relative !important;} }
Regards,
ChrisOctober 5, 2017 at 12:05 pm #84829Perfect all sorted, many thanks
October 5, 2017 at 1:20 pm #84837Hi Ruth,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/10/
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.