Font Boxes (Resizing) in Upfront

I have a text box near the bottom of my webpage. Inside I have 1 word (FIX.) and sized it to 50px. Now, I want to resize the box so I can have the text box below it come closer to the name (FIX.). I grab the yellow arrow at the corner of the text box and drag it up, but then it just snaps back to the original size and does this every time. The dotted line around this single word is huge. Is there any way for me to make this text box smaller?

[attachments are only viewable by logged-in members]

  • Kasia Swiderska
    • Support nomad

    Hello Tyler,

    It is so high, because element inside is h1 tag, and this one has 30px bottom margin. If you remove it with this CSS code:

    #text-object-1429522463788-1293 h1 {margin-bottom: 0}

    whole element will be lower. If you add this code also:

    #text-object-1429522463788-1293 .plaintxt_padding {padding: 0;}

    it will remove space between the sign and the frame. You can add this CSS in the Theme settings in Custom CSS rules (please see the screen).

    Kind regards,

    Kasia

    [attachments are only viewable by logged-in members]