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

    We are having trouble with the Colour section and the Overlay Text on mobile.
    When on mobile the text covers the image cmpletely.
    What we need is the text to dropdown below the images to have both visible.

    It tried a few workarounds but could not make it work properly.

    Could you please have a look?

    Thank you kind regards

    Steph

    • This topic was modified 5 years, 7 months ago by CmK_Katrin.
    #1092754

    Hey CmK_Katrin,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Basilis

    #1096900

    Hi Basilis,
    sorry for the late reply. I have been on holiday.

    Login credentiuals are in the private Area.

    Thanks

    Stephanie

    #1098346

    Hi CmK_Katrin,

    Can you please attach a mockup of what you’re trying to achieve?

    You can upload it to the service like Dropbox or https://imgur.com/upload and give us the link here.

    Best regards,
    Victoria

    #1103246
    This reply has been marked as private.
    #1103251
    This reply has been marked as private.
    #1104640

    Hi,

    Thanks for the update.

    Try to adjust the background position on mobile view so that the person or subject is visible. Just add this css code.

    @media only screen and (max-width: 767px) {
        #section-mobile-bg-profil {
            background-position: 20% 50% !important;
        }
    }
    

    The text will normally cover the background. If you don’t want that to happen, then you should add another image element above the color section containing the text.

    Best regards,
    Ismael

    #1104827

    Hi Ismael,
    so there is no way of bumping the overlay text below the image in mobile view?
    And how to add the extra image above the area only in mobile view

    Thanks and kind regards Steph

    #1105434

    Hi,

    so there is no way of bumping the overlay text below the image in mobile view?

    That is not possible, unfortunately. The overlay and the background image belong to the same container.

    And how to add the extra image above the area only in mobile view

    Use the elements’ Screen Options. Just insert another image element and adjust the Screen Options to toggle its visibility.

    Best regards,
    Ismael

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