Home Advanced Request Offering

Request Offering prompt realignment

Aaron_BoockAaron_Boock Customer Advanced IT Monkey ✭✭✭
edited May 2018 in Advanced Request Offering
I currently have four text prompts.  I'd like to set each prompt to a width of 25% and align them all in the same row on the page.  I do not want to add html code to the prompt names to do this.  Has anyone already done this or similar?  Any guidance to steer me in the right direction?

Best Answers

  • Aaron_BoockAaron_Boock Customer Advanced IT Monkey ✭✭✭
    Answer ✓
    Thanks Geoff, i used your guidance to remove the existing col classes and then apply my own css classes.

    Then i applied the following to those classes:

    display: inline-block;
    position: relative;
    padding-right: 60px;
    line-height: 1.5;

    The left-most prompt got its own setting: padding-left:30px;

    Thank you for your input - I'm very pleased with how good it looks


Answers

  • Aaron_BoockAaron_Boock Customer Advanced IT Monkey ✭✭✭
    Answer ✓
    Thanks Geoff, i used your guidance to remove the existing col classes and then apply my own css classes.

    Then i applied the following to those classes:

    display: inline-block;
    position: relative;
    padding-right: 60px;
    line-height: 1.5;

    The left-most prompt got its own setting: padding-left:30px;

    Thank you for your input - I'm very pleased with how good it looks


  • Geoff_RossGeoff_Ross Cireson Consultant O.G.
    @Aaron_Boock
    Awesome. Can we get a cheeky screenshot?
  • Aaron_BoockAaron_Boock Customer Advanced IT Monkey ✭✭✭

    I decided to add a T/F checkbox to allow multiple entries

Sign In or Register to comment.