• Resolved nunopereira24

    (@nunopereira24)


    Hi, i′ve installed the plugin but on the refund page, the form looks full width and with no padding on the sides.

    How can I edit the css or make it site width?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @nunopereira24 ,

    Thanks for using our plugin,

    As per your comments we would like to tell yes, it may be showing due to theme structure, you can use custom CSS on theme customizer.

    Appreance -> Customize and then put this CSS and you can modified the CSS according to your need.

    #mwb_wrma_return_request_form_wrapper {
    
        width: 90%;
        margin-left: 5%;
    }

    Thanks and Regards

    Thread Starter nunopereira24

    (@nunopereira24)

    Hi, thank for your reply.

    I′ve added the CSS, but it′s not working. Here′s how it looks:

    https://ibb.co/NTgfwkG

    Yeah, From the screenshot it look like CSS is not added properly. Might be any CSS is overriding, you can consult with any web designer to fix or you contact us also at here

    For this we need to check this in a more deeper way. We can check and add the CSS in a correct way.

    Hello @nunopereira24 ,

    Thanks for using our plugin,

    Please Use this CSS as previously given CSS will work for the Premium version of this plugin that’s why the previous CSS didn’t work
    Now we are sharing the CSS with correct class name please us this it will work fine.

    Appreance -> Customize and then put this CSS and you can modified the CSS according to your need.

    div#ced_rnx_return_request_form_wrapper {
        width: 90%;
        margin-left: 5%;
    }

    Thanks and Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Full width form’ is closed to new replies.