Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter xanhcloud

    (@xanhcloud)

    I use elementor plugin to show them

    Plugin Author WPLake

    (@wplakeorg)

    Hi @xanhcloud

    According to your page example.
    You’d need to refine your CSS rule to include the specific field.
    See below, so instead of only #view__row you could use

    #view__row, #view__air-bag {
     display:flex;
     margin:10px;
    }

    Our plugin works with any theme or page builder.

    Thread Starter xanhcloud

    (@xanhcloud)

    Is doesn’t work.

    I want the other labels and contents are inline such as Chuy?n ??ng: ABS , D?n ??ng: C?u tr??c (FW). The labels are bold such as your demo

    • This reply was modified 1 year, 4 months ago by xanhcloud. Reason: add more support
    Thread Starter xanhcloud

    (@xanhcloud)

    It works. But the labels are not bold

    I want the other labels and contents are inline such as Chuy?n ??ng: ABS , D?n ??ng: C?u tr??c (FW). Do I add identifier as much as the same??

    Thread Starter xanhcloud

    (@xanhcloud)

    Just do it

    I dont change it to yes which in the image

    https://scrnli.com/files/0FVMtMR6efYBz5

    Plugin Author WPLake

    (@wplakeorg)

    Then you’d need to add the display: flex; to your #view style like below:

    #view {
    display: flex;
    gap: 30px; /* to add column margin */
    }
    Thread Starter xanhcloud

    (@xanhcloud)

    Where is the css code?

    Thread Starter xanhcloud

    (@xanhcloud)

    I mean that where is the dictionary of css code?

    Plugin Author WPLake

    (@wplakeorg)

    Hi @xanhcloud

    The Magic shortcuts (#view, #view__, #view__row, #__ etc) are custom shortcuts we’ve created to minimize all the typing to associate the relevant class to your styles.
    There is no dictionary of the CSS, it is ordinary CSS used.
    The description above CSS Code field in any View on the CSS & JS tab describes the usage.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Can not set label and content are inline’ is closed to new replies.