- This topic has 3 replies, 2 voices, and was last updated 6 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Handy Theme Support › Remove extra Bars in mobile
My issue is that on the mobile version of our site in areas such as “Why choose handy hector” our featured image has large grey bars beneath it and it looks bad.
What CSS code must I add to the theme to fix this in mobile?
http://handyhector.com/about-us/
http://handyhector.com/gallery-carousel/
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.page_head, .post_head { height:auto !important;}
}
Regards,
Dave
that fixed it
Thank you!
Hi Richard,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/23/
Regards,
Dave
