• Resolved howardhill

    (@howardhill)


    How do I get the content of a field to appear on the same line as the field name?

    Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi howardhill,

    You could add the following custom CSS code by navigating to the “Catalogues” tab and select your catalog:

    
    .upcp-tab-title {
        display: inline-block;
    }
    
    Thread Starter howardhill

    (@howardhill)

    That works. Thank you very much!
    Sorry to ask another – but how to put a space after the :
    Cheers

    Hi howardhill,

    You could use the following Custom CSS as an example to fix the spacing issue:

    .prod-cf-container span {
    margin-left: 3px !important;
    }

    Thread Starter howardhill

    (@howardhill)

    That works too.
    Thank you very much.
    First class support. I can go ahead and get the PRO version now.

    Cheers
    Howard

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Field name and filed content alignment’ is closed to new replies.