hi it seems my site isn’t rendering properly on mobile
there is a margin 0 being applied by enfold theme on mobile devices
You can see in this screenshot
That the last image box is overlapping the heading starting “About Rugby
Any idea how to fix this and what is creating this ?
Hey codecreative,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px){
.flex_column.av_one_full.flex_column_div.avia-builder-el-4 {
margin-top: 60px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria