Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter DJABHipHop

    (@pressthemes1)

    Fix Layout On Mobile Devices

    • This reply was modified 5 months, 3 weeks ago by DJABHipHop.
    Plugin Author Bowo

    (@qriouslad)

    Thanks for reporting this. ASE settings page at the moment is not optimized for mobile yet. It may take some time for that to get fixed as most site admins probably are not working in the wp-admin on their mobile.

    Thread Starter DJABHipHop

    (@pressthemes1)

    @qriouslad IK, but sometimes you plugin get a feature I want enabled ASAP, but do to one thing or another I’m either AFK or I just don’t feel like grab my laptop just to enabled that one feature.

    Plugin Author Bowo

    (@qriouslad)

    @pressthemes1 This is well noted. Not considered priority, but will be considered for fixing in the future.

    Thread Starter DJABHipHop

    (@pressthemes1)

    @qriouslad I found the fix thats works 100%
    the max-width either 1146px or 1161px use witch ever value work best

    @media (max-width: 1161px) {
    .asenha-header {
    height: 150px;
    flex-direction: column;
    }
    }

    @media (max-width: 782px) {
    .wrap.asenha {
    margin: 0;
    }

    .asenha-body,
    .asenha-settings,
    .asenha-footer {
    width: 100%;
    }
    }

    @media (max-width: 550px) {
    .asenha-header {
    height: auto;
    flex-direction: column;
    }

    .asenha-header-right {
    flex-direction: column;
    }
    }
    • This reply was modified 4 months ago by DJABHipHop.
    • This reply was modified 4 months ago by DJABHipHop.
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.