Best Premium and Free WordPress Themes › Forums › Construction Field › Feature Section – Feature Info Overlaps with slider on mobile view › Reply To: Feature Section – Feature Info Overlaps with slider on mobile view
January 24, 2019 at 12:33 pm
#44126
acmethemes
Keymaster
Dear Chandanparmar,
Please add the given CSS to fix feature info div in mobile view :
` @media (max-width:767px){
.image-slider-wrapper > .at-absolute-feature-icon{
position: static;
}
}`
Best Regards!