• Resolved rpntutoring

    (@rpntutoring)


    Hi,

    I have been trying to remove the whitespace on the right of the mobile version of my website without any luck. Do you have any tips on how I might be able to do this?

    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, @rpntutoring

    You can add following code inside Appearance > Customize > Additional CSS :

    
    @media (max-width: 480px) {
        .elementor-1955 .elementor-element.elementor-element-1bffca7   .elementor-divider-separator {
            width: 100%;
        }
    }
    

    Regards,
    ThemeGrill Support Team.

    Thread Starter rpntutoring

    (@rpntutoring)

    Thank you for the reply and support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove whitespace (mobile)’ is closed to new replies.