Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1342178

    tparkmedia
    Participant

    http://www.desqtopappraisals.com

    Hello,

    I’ve tried several different things, but just can’t get it to work 🙁

    How do I change the display for the total field so that the total price is side by side instead of top to bottom?

    Please see screenshot.

    https://snag.gy/V2D9sL.jpg

    Thank you!

    #1342272

    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    li#field_2_17 label, li#field_2_17 div {
        float: left;
        margin-top: 0 !important;
    }
    
    li#field_2_17 div span {
        margin-top: 0 !important;
        display: inline-block;
        position: relative;
        top: -4px;
        left: 10px;
    }

    Hope this helps.

    #1343498

    tparkmedia
    Participant

    Woohoo! That is perfect!!

    THANK YOU 🙂

    #1343672

    Jade
    Moderator

    You’re welcome. 🙂