Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi sueblue did you read the following from @mike Challis.

    There is a new follow field feature in the field details, where you can make one field follow the next. Follow previous field only works with two fields on ‘labels on top’ style setting.

    There is a way to use a table to make 2 colums but I have not had time to make a help page yet.

    Mike

    Regards

    Thread Starter sueblue

    (@sueblue)

    @mbrsolution
    Yes, I have read it. All it does is it indents the next field below (on the next line).
    It does not place them side by side on the same line.

    Thanks

    Hi sueblue, you can try the following for each field you want to align to the right side.

    element.style {
        left: 319px;
        position: absolute;
        text-align: right;
        top: 109px;
    }

    You will have to play around with left: and the top: and make sure that you add position: absolute

    Try this and see how you go.

    Regards

    Just another point in some cases the absolute might not work well depending on your theme and design. Here is a URL you might like to read more about positioning.

    Kind regards

    Thread Starter sueblue

    (@sueblue)

    Thanks @mbrsolution.
    I will try it!

    Hi sueblue you might be interested in the following URL. It will help you further achieve the Two Column Layout.

    Kind regards

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to set up 2 columns’ is closed to new replies.