solved
Is it possible to solve the problem of responsive seen from mobile?
If you insert a custom class in a color-section will be an ID not a class
#eight-columns .entry-content-wrapper.clearfix {
display: flex !important;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
}
#eight-columns .entry-content-wrapper .flex_column {
flex: 0 1 10%;
margin: 0 !important;
}
Can anyone tell me how to hide the flipback?
honestly, I believe that by developing a responsive theme the obvious solution is not to create things that don’t work with mobile responsive.
What is the point of using a responsive theme also for tablets and mobile devices with icons that do not work on mobile? desktop icons only?
any suggestion please ?