• Good day

    I have created a website with the Sydney Theme and Elementor. Now some small problems have appeared.

    1. the header and slider have a small white border on the top, left and right. Is there any way to remove this? Possibly with CSS? All other created page are full width (created with Elementor).
    2. the text in the slider (created in the customizer from the theme) is too long on the mobile version. Accordingly, you can not read it completely. Is there a solution?
    3. when I open the menu on the mobile version (off canvas sidebar), select a link, then the page scrolls down (it’s a onepager). But as soon as I close the sidebar, the top part of the homepage is visible again. Does anyone have an idea?
    4. on the mobile version the wrong map section is displayed on Googlemaps, although the address is stored correctly. On the desktop version it works.

    Thanks a lot for the support, I really appreciate it!
    Pascal

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @pascalamrein,

    Thank you for contacting us.

    Let’s address your queries one by one.

    The header and slider have a small white border on the top, left and right. Is there any way to remove this? Possibly with CSS? All other created page are full width (created with Elementor).

    Upon checking, the issue is with padding that sticks to HTML element.

    If you could access that padding setting for HTML through Elementor, please try to remove it. And see how it fixes your issue or not.

    Thread Starter pascalamrein

    (@pascalamrein)

    Thank you very much for the quick reply. I did not create the menu and slider in Elementor, but using the dashboard and Sydney theme. Is there a way to remove the border in the dashboard, in the theme’s customizer (possibly with CSS) or using a plugin?

    By the way, the problem under point 4 (Google Maps) could be solved 🙂

    Hi @pascalamrein,

    Is there a way to remove the border in the dashboard, in the theme’s customizer (possibly with CSS) or using a plugin?

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    html {
       padding: 0;
    }

    Thread Starter pascalamrein

    (@pascalamrein)

    Hi @kharisblank

    Wooaaa, thanks a lot, that worked perfectly 🙂 Thanks a lot! Have you tried the page with the mobile? Have you seen, what i meant with points 2. and 3.? Thank you in advance

    Pascal

    Thread Starter pascalamrein

    (@pascalamrein)

    Hi @kharisblank

    I have just seen that now that I have removed the frame, the text in the slider is also readable on the mobile version. Yupiii 🙂
    So only the problem from point 3. is still there. If I select an item in the menu of the mobile version and then close the sidebar (from the menu), it automatically scrolls up again 🙁

    Hi @pascalamrein,

    Thanks for getting back. Glad to hear some of your issues were resolved.

    So only the problem from point 3. is still there. If I select an item in the menu of the mobile version and then close the sidebar (from the menu), it automatically scrolls up again

    Upon checking your site’s source code from web browser’s inspector tool, I noticed you are currently using older version of Sydney.

    Would you mind updating the to the latest version? Once updating, clear cache, and run your test with the mobile menu. Let me know whether updating resolves the issue or not.

    Thanks advance!

    Thread Starter pascalamrein

    (@pascalamrein)

    hi @kharisblank

    Wooow, thank you very much! It worked wonderfully 🙂 Thank you very much for the great support, I appreciate it very much.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Mobile Version’ is closed to new replies.