Featured Banner is not responsive in mobile devices
Summary
The Featured Banner component does not look responsive in mobile devices.
Steps to reproduce
- Create a Landing Page
- Add a Featured Banner with long text in the first section
- See it in mobile resolution
Possible fixes
Probably it is caused from big margin in mobile devices.
@media only screen and (max-width: 767px)
.component-division__text {
margin: 45% 5% 5% 5%;
position: static;
width: 90%;
max-width: none;
}
Attachments
Edited by Konstantinos Platis