• Resolved shiznitxxx

    (@shiznitxxx)


    <div id=”fieldname8_2″ class=”dfield”>
    class name dfield has a 65% width, all the field have this class. What can i do to set up only one of my fields to 100% width. I don’t want to change dfield because it will affect the rest of my item …. How can i a particular field like HTML content to be displayed at 100% width
    Thanks and keep up the good work

    https://wordpress.org/plugins/calculated-fields-form/

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Each field in the form includes the attribute: “Add Css Layout Keywords” that allows assigning to the field any class name.

    For example, if you assign the class name: myclass to the field that will be displayed at 100%, then, will be possible define the new class in any of the CSS files used by your web page:

    #fbuilder .myclass .dfield{ width:100% !important;}

    Tip: Remember to clear the browser’s cache after edit the online files.

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘CSS width bigger for only one field’ is closed to new replies.