• Hi all,

    having an issue only on mobile version of the theme, there’s something really odd with the alignment of the screen that displays on mobile, i tried using the css that was posted with the max align etc but it doesn’t rectify the issue.

    any help would be appreciated.

    thanking you all in advance.

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

Viewing 1 replies (of 1 total)
  • Hello @theverterverse,

    Thank you for reaching out,

    Please check this screenshot: https://postimg.cc/3Wddbdz8 there are 2 widgets with fixed sizes, to solve it, instead of using px sizes, use %, for example, use 90% width instead of using 540px.

    However, I think you can also use the following CSS to solve it. So please put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    #wrap .elementor-element-d2ea53d div {
        max-width: 100% !important;
    }

    Result: https://postimg.cc/LJNSpVZr

    Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).

    I hope that helps.
    Best Regards

Viewing 1 replies (of 1 total)
  • The topic ‘blank bar appears to right side of screen on mobile’ is closed to new replies.