• goranmax

    (@goranmax)


    HEllo
    we try to ad a shortcode from a custom registration plugin into a page.
    We use Divi as to build pages on the WPOcean Shop template
    We have placed the shortcode on the page with Divi…but the registration form Fields are
    really smal.
    We need them to be wider….like 80% of the page.
    In the Settings on the page the Content Layout is set 100% Full width.

    We tryed to place the shortcode in the shortcodes Shoftcode After Title.
    But than the fileds are 100% from left to right of the browser….to wide!.

    Also the places in the shortcode …there is no ocean_after_page_entry where we would like to place them.

    hope you can help…its urgend

    regards

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

Viewing 1 replies (of 1 total)
  • Amit Singh

    (@apprimit)

    Hello,

    I replied to your ticket on oceanwp support. I also mention the solution here. Add the below code to the Customize > Custom CSS section to fix it –

    .et-db #et-boc .et_pb_module input select, .et-db #et-boc .et_pb_module input textarea, .et-db #et-boc .et_pb_module input.text, .et-db #et-boc .et_pb_module input.title, .et-db #et-boc .et_pb_module input[type=email], .et-db #et-boc .et_pb_module input[type=password], .et-db #et-boc .et_pb_module input[type=tel], .et-db #et-boc .et_pb_module input[type=text], #et-boc textarea, .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid select {
        width: 100%;
        border: 1px solid #bbb;
    }
    .et_pb_module.et_pb_code.et_pb_code_0.ur-frontend-form {
        max-width: 80%;
    }
Viewing 1 replies (of 1 total)

The topic ‘registration fields not full width’ is closed to new replies.