Hi – I have noticed that negative custom margin layout does not work on iPad view and smaller. I used your Church theme template.
Could you look at this page please on iPad so that you can see the problem. Thanks for your help!
Hey hasbeat,
Can you screenshot the issue?
Best regards,
Jordan Shannon
Hi,
I am not able to recreate the issue, but from the look of the screenshot Add this to quick css:
.flex_column_table.av-equal-height-column-flextable.-flextable{
z-index:9999999!important;
}
Best regards,
Jordan Shannon
Hi,
Try the following:
@media only screen and (min-width: 1024px) {
.flex_column_table.av-equal-height-column-flextable.-flextable{
margin-top:80px!important;
}}
Best regards,
Jordan Shannon
Hi,
Apologies, I should have sent this:
@media only screen and (max-width: 1024px) {
.flex_column_table.av-equal-height-column-flextable.-flextable{
margin-top:80px!important;
}}
Max-width not min
Best regards,
Jordan Shannon