• Resolved rokkan

    (@rokkan)


    I’m trying to remove the right margin that appears on the right when on mobile. I’ve removed all padding and margins on the wrapper, row and columns to try and find what’s causing it. Any help would be appreciated.

    The example is the second wrapper below the first blue wrapper.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Nayeem-Ul-Islam Nipun

    (@nayeem-ul-islam-nipun)

    Hi @rokkan,
    Greetings. Hope you are doing well.

    Regarding your query, To fix this issue please use the below custom CSS code.

    @media (max-width: 767px) {
        .root-eb-column-l2om6 {
            width: calc(100% - 0px) !important;
            order: unset;
        }
    }

    You can simply add custom CSS by navigating to your WordPress Dashboard -> Appearance -> Customize.
    After you are on the Customizer page, search for the “Additional CSS” option. You can then go ahead and insert CSS Code. Please check this screencast to learn more – https://d.pr/v/QrrfTw

    Hope this will help you out. Please let me know how it goes. I am here to assist you further.

    Thanks and Regards.

    Thread Starter rokkan

    (@rokkan)

    Thank you that worked!

    Nayeem-Ul-Islam Nipun

    (@nayeem-ul-islam-nipun)

    Hi @rokkan,
    Greetings. Hope you are doing well.

    I am glad that I was able to help. If you don’t mind me asking, could you do me a favor, and spend 30-sec to share your experience following this link, this will help us to serve better. I really appreciate any help you can provide.

    Link to feedback – https://wordpress.org/support/plugin/essential-blocks/reviews/?rate=5#new-post

    Please feel free to contact our support anytime you need help, and we are always here to help.

    Thanks & Regards.

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

The topic ‘Unwanted right margin’ is closed to new replies.