Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1106662

    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!

    #1106829

    Hey hasbeat,

    Can you screenshot the issue?

    Best regards,
    Jordan Shannon

    #1107398
    This reply has been marked as private.
    #1108096

    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

    #1108170
    This reply has been marked as private.
    #1108335

    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

    #1108567
    This reply has been marked as private.
    #1108568
    This reply has been marked as private.
    #1108900

    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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.